2
0
Jeroen van Rijn 3 сар өмнө
parent
commit
0d55764aa7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      core/mem/mem.odin

+ 1 - 1
core/mem/mem.odin

@@ -332,7 +332,7 @@ and returns an integer count of the `T` between them.
 - `b`: A pointer to a type T
 
 **Returns**
-- `b` - `a` in items of T
+- `b` - `a` in items of T as an `int`.
 
 Example: