Skip to content

Commit 1af067a

Browse files
authored
Fix typo in macro documentation
1 parent dd5ce85 commit 1af067a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/macros/gui_FRLaMIMb4t3S.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
:status: draft
2626

2727
Macros that generate unsafe code without preserving the ``unsafe`` token visibility obscure safety-critical code.
28-
This noncompliant example defines a ``deref_ptr`` macro that performs an unsafe poitner deference.
28+
This noncompliant example defines a ``deref_ptr`` macro that performs an unsafe pointer deference.
2929

3030
.. rust-example::
3131

0 commit comments

Comments
 (0)