Merge pull request #5863 from dan-lei/patch-1

Typo in description of mem.ptr_sub.
This commit is contained in:
Jeroen van Rijn
2025-10-30 22:24:56 +01:00
committed by GitHub
+1 -1
View File
@@ -332,7 +332,7 @@ and returns an integer count of the `T` between them.
- `b`: A pointer to a type T - `b`: A pointer to a type T
**Returns** **Returns**
- `b` - `a` in items of T as an `int`. - `a` - `b` in items of T as an `int`.
Example: Example: