Fix natspec comment missing * (#5136)

Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
Hadrien Croubois
2024-07-31 20:18:27 +02:00
parent 234427adda
commit fe7d7489f1
2 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ function clear(${struct} storage self) internal {
}
}
/*
/**
* @dev Swap node \`i\` and \`j\` in the tree.
*/
function _swap(${struct} storage self, ${indexType} i, ${indexType} j) private {