mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
Fix duplicate "because" typo in basics.adoc
Co-authored-by: jll63 <5083077+jll63@users.noreply.github.com>
This commit is contained in:
committed by
Jean-Louis Leroy
parent
5796d3c3ea
commit
41eaec5bef
@@ -6,7 +6,7 @@ An _open-method_ is a free-standing function that has one or more _virtual_
|
||||
_parameters_. When it is called, it forwards to an _overrider_ selected from a
|
||||
set by examining the dynamic types of the virtual parameters.
|
||||
|
||||
If this sounds like a virtual function, that's because because an open-method
|
||||
If this sounds like a virtual function, that's because an open-method
|
||||
with one virtual parameter is equivalent to a virtual function - with one big
|
||||
difference: it exists outside of classes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user