Skip to content

Commit f6e026d

Browse files
committed
typo
1 parent f5264d2 commit f6e026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/smart_pointers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ smart virtual_ptr to it. Since the exact type of the object is known, the vptr
1111
is read from a static variable, without incuring the cost of a hash table
1212
lookup.
1313

14-
Here is a variaton of the AST example that uses dynamic allocation and unique
14+
Here is a variation of the AST example that uses dynamic allocation and unique
1515
pointers:
1616

1717

0 commit comments

Comments
 (0)