Skip to content

Commit f2757dc

Browse files
committed
Fix typo in docs.
1 parent 9a5974a commit f2757dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ergo/user_guide/src/tutorial/advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Let's look at some more advanced usage. In particular, let's produce both a
55
shared library and an executable, and write/run some unit tests for the library.
66

77
## Splitting our application
8-
Splitting up our application to used a shared library is as simple as you might
8+
Splitting up our application to use a shared library is as simple as you might
99
expect, except we need to have a separate link step for the library:
1010

1111
```ergo

0 commit comments

Comments
 (0)