mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03: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:
committed by
Thibault Kruse
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user