diff options
author | ff <fxxf@tutanota.com> | 2022-06-10 13:28:21 +0300 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2022-06-10 12:41:00 -0700 |
commit | 4ad869cd849313f88497b1124a23c8188561a554 (patch) | |
tree | 4e2279c1273bda4d78cd2769bddd8d55a1c6b92c | |
parent | b0158955b721b224b1d3e864fba2eb397ba2073d (diff) | |
download | meson-4ad869cd849313f88497b1124a23c8188561a554.zip meson-4ad869cd849313f88497b1124a23c8188561a554.tar.gz meson-4ad869cd849313f88497b1124a23c8188561a554.tar.bz2 |
fix typo in IndepthTutorial.md
-rw-r--r-- | docs/markdown/IndepthTutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IndepthTutorial.md b/docs/markdown/IndepthTutorial.md index edbbe55..957449d 100644 --- a/docs/markdown/IndepthTutorial.md +++ b/docs/markdown/IndepthTutorial.md @@ -65,7 +65,7 @@ there and execute it. The last few lines are a stanza to generate a `pkg-config` file. We'll skip that for now and come back to it at the end of this document. -The first subdirectory we go into is `include`. In it we have a a +The first subdirectory we go into is `include`. In it we have a header file for the library that we want to install. This requires one line. |