We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0dc93 commit 02682f5Copy full SHA for 02682f5
jim.h
@@ -231,7 +231,7 @@ void jim_integer(Jim *jim, long long int x)
231
232
void jim_float(Jim *jim, double x, int precision)
233
{
234
- // TODO: jim_float does not support NaN and Inf-s
+ // TODO(#2): jim_float does not support NaN and Inf-s
235
if (jim->error == JIM_OK) {
236
jim_element_begin(jim);
237
0 commit comments