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.
|
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.
|
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
|
##### Exception
|
||||||
|
|
||||||
|
|
|
@ -277,6 +277,8 @@ Meyers15
|
||||||
Meyers96
|
Meyers96
|
||||||
Meyers97
|
Meyers97
|
||||||
microbenchmarks
|
microbenchmarks
|
||||||
|
mixin
|
||||||
|
mixins
|
||||||
modify1
|
modify1
|
||||||
modify2
|
modify2
|
||||||
moredata
|
moredata
|
||||||
|
@ -510,6 +512,7 @@ unenforceable
|
||||||
uninit
|
uninit
|
||||||
uniqueptrparam
|
uniqueptrparam
|
||||||
unittest
|
unittest
|
||||||
|
unittests
|
||||||
unnamed2
|
unnamed2
|
||||||
use1
|
use1
|
||||||
users'
|
users'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user