mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix spellcheck errors
Line 1037: analyser -> analyses Line 2399: yu -> yew Line 3745: funtions -> functions Line 3748: multimethods -> multi methods Line 6652: mixins -> mixing Line 11991: unittests -> unittest
This commit is contained in:
parent
b9a1ed62e9
commit
04fd2a5807
|
@ -3747,7 +3747,7 @@ This rule becomes even better if C++ gets ["uniform function call"](http://www.o
|
|||
The language requires `virtual` functions to be members, and not all `virtual` functions directly access data.
|
||||
In particular, members of an abstract class rarely do.
|
||||
|
||||
Note [multimethods](https://parasol.tamu.edu/~yuriys/papers/OMM10.pdf).
|
||||
Note [multi-methods](https://parasol.tamu.edu/~yuriys/papers/OMM10.pdf).
|
||||
|
||||
##### Exception
|
||||
|
||||
|
|
|
@ -277,6 +277,8 @@ Meyers15
|
|||
Meyers96
|
||||
Meyers97
|
||||
microbenchmarks
|
||||
mixin
|
||||
mixins
|
||||
modify1
|
||||
modify2
|
||||
moredata
|
||||
|
@ -510,6 +512,7 @@ unenforceable
|
|||
uninit
|
||||
uniqueptrparam
|
||||
unittest
|
||||
unittests
|
||||
unnamed2
|
||||
use1
|
||||
users'
|
||||
|
|
Loading…
Reference in New Issue
Block a user