Skip to content

Commit 4c7a50f

Browse files
committed
Fix docstring
1 parent 1e2be7e commit 4c7a50f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/core/src/clp_s/Utils.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ inline T2 bit_cast(T1 t1) {
256256

257257
/**
258258
* Writes a numeric value to a stringstream.
259-
* @param val
259+
* @param stream
260+
* @param value
260261
* @tparam ValueType
261262
*/
262263
template <typename ValueType>

0 commit comments

Comments
 (0)