Skip to content

Commit 9af376b

Browse files
authored
Merge pull request #22 from vgxbj/patch-1
Fix a typo (`in side` should be `inside`)
2 parents 92a0f37 + 1fb9010 commit 9af376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic-constructs/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ referenced from outside of the defining module:
4040
}
4141
4242
Note that this does not directly map to public/private in the context of
43-
``C++``. Two ``C++`` classes in side one LLVM module can call each other
43+
``C++``. Two ``C++`` classes inside one LLVM module can call each other
4444
private methods, because they're simply module-level private functions for
4545
LLVM.
4646

0 commit comments

Comments
 (0)