Skip to content

Commit 0b71f3a

Browse files
author
Schneider
committed
pointers-to-members: fix typo
1 parent 479c0ad commit 0b71f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessor/pointers-to-members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The *most-general-representation* argument specifies the smallest pointer repres
3535
| **virtual_inheritance** | The most general representation is virtual-inheritance, pointer to a member function. Never causes an error. **virtual_inheritance** is the default argument when `#pragma pointers_to_members(full_generality)` is used. |
3636

3737
> [!CAUTION]
38-
> We advise you to put the **pointers_to_members** pragma only in the source code file that you want to affect, and only after any `#include` directives. This practice lessens the risk that the pragma will affect other files, and that you will accidently specify multiple definitions for the same variable, function, or class name.
38+
> We advise you to put the **pointers_to_members** pragma only in the source code file that you want to affect, and only after any `#include` directives. This practice lessens the risk that the pragma will affect other files, and that you will accidentally specify multiple definitions for the same variable, function, or class name.
3939
4040
## Example
4141

0 commit comments

Comments
 (0)