Skip to content

Commit 41eaec5

Browse files
Copilotjll63
andcommitted
Fix duplicate "because" typo in basics.adoc
Co-authored-by: jll63 <[email protected]>
1 parent 5796d3c commit 41eaec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/basics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An _open-method_ is a free-standing function that has one or more _virtual_
66
_parameters_. When it is called, it forwards to an _overrider_ selected from a
77
set by examining the dynamic types of the virtual parameters.
88

9-
If this sounds like a virtual function, that's because because an open-method
9+
If this sounds like a virtual function, that's because an open-method
1010
with one virtual parameter is equivalent to a virtual function - with one big
1111
difference: it exists outside of classes.
1212

0 commit comments

Comments
 (0)