Commit 4fd8186
authored
[allocator.requirements.general] Change "pointer" to "value".
Technically a pointer is a type, this should mean "a pointer value". And "a pointer value of type `C*`" is somewhat confusing between `C*` and `C**` at the first glance. Hence, "a value of" suffice. This is also more consistent to other entries.1 parent aed9756 commit 4fd8186
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2086 | 2086 | | |
2087 | 2087 | | |
2088 | 2088 | | |
2089 | | - | |
| 2089 | + | |
2090 | 2090 | | |
2091 | 2091 | | |
2092 | 2092 | | |
| |||
0 commit comments