Skip to content

Commit 32f1c65

Browse files
committed
typo
1 parent f5264d2 commit 32f1c65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* Tutorials
22
** xref:hello_world.adoc[Hello World]
33
** xref:multiple_dispatch.adoc[Multiple Dispatch]
4-
** xref:headers_namespaces.adoc[Namespaces and Headers]
4+
** xref:headers_namespaces.adoc[Headers and Namespaces]
55
** xref:friendship.adoc[Friendship]
66
** xref:performance.adoc[Performance]
77
** xref:smart_pointers.adoc[Smart Pointers]

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)