We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5796d3c commit 41eaec5Copy full SHA for 41eaec5
doc/modules/ROOT/pages/basics.adoc
@@ -6,7 +6,7 @@ An _open-method_ is a free-standing function that has one or more _virtual_
6
_parameters_. When it is called, it forwards to an _overrider_ selected from a
7
set by examining the dynamic types of the virtual parameters.
8
9
-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
10
with one virtual parameter is equivalent to a virtual function - with one big
11
difference: it exists outside of classes.
12
0 commit comments