Fix natspec comment missing * (#5136)

This commit is contained in:
Hadrien Croubois
2024-07-31 20:18:27 +02:00
committed by GitHub
parent c1d49a3259
commit e3786e63e6
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 {