We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5974a commit f2757dcCopy full SHA for f2757dc
ergo/user_guide/src/tutorial/advanced.md
@@ -5,7 +5,7 @@ Let's look at some more advanced usage. In particular, let's produce both a
5
shared library and an executable, and write/run some unit tests for the library.
6
7
## Splitting our application
8
-Splitting up our application to used a shared library is as simple as you might
+Splitting up our application to use a shared library is as simple as you might
9
expect, except we need to have a separate link step for the library:
10
11
```ergo
0 commit comments