Skip to content

Commit 02682f5

Browse files
committed
Add TODO(#2)
1 parent 2d0dc93 commit 02682f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void jim_integer(Jim *jim, long long int x)
231231

232232
void jim_float(Jim *jim, double x, int precision)
233233
{
234-
// TODO: jim_float does not support NaN and Inf-s
234+
// TODO(#2): jim_float does not support NaN and Inf-s
235235
if (jim->error == JIM_OK) {
236236
jim_element_begin(jim);
237237

0 commit comments

Comments
 (0)