Skip to content

Commit 5d9cceb

Browse files
authored
fix: fix typo in mapping-primitive-data-types-from-c.md (#4305)
1 parent 6dea986 commit 5d9cceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/native/mapping-primitive-data-types-from-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are also more specific types:
3030
- `size_t` and `ptrdiff_t` (also `ssize_t`)
3131
- fixed width integer types, such as `int32_t` or `uint64_t` (from [C99](https://en.wikipedia.org/wiki/C99))
3232

33-
There are also the following type qualifiers in the C language: `const`, `volatile`, `restruct`, `atomic`.
33+
There are also the following type qualifiers in the C language: `const`, `volatile`, `restrict`, `atomic`.
3434

3535
The best way to see what C data types are visible in Kotlin is to try it.
3636

0 commit comments

Comments
 (0)