rexim 4 years ago
parent
commit
02682f58e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jim.h

+ 1 - 1
jim.h

@@ -231,7 +231,7 @@ void jim_integer(Jim *jim, long long int x)
 
 void jim_float(Jim *jim, double x, int precision)
 {
-    // TODO: jim_float does not support NaN and Inf-s
+    // TODO(#2): jim_float does not support NaN and Inf-s
     if (jim->error == JIM_OK) {
         jim_element_begin(jim);