diff options
author | Tim Ansell <me@mith.ro> | 2018-03-03 20:48:51 -0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-04 14:45:44 +0200 |
commit | 69ff980fbcde426027de67994dc14701ade9e00b (patch) | |
tree | 51992d91a264a3ca72e79f99cc463a56bacc9d31 /docs/markdown | |
parent | e41f00f834c45e1ff87f706d322563ca9da46ab5 (diff) | |
download | meson-69ff980fbcde426027de67994dc14701ade9e00b.zip meson-69ff980fbcde426027de67994dc14701ade9e00b.tar.gz meson-69ff980fbcde426027de67994dc14701ade9e00b.tar.bz2 |
Fixing broken language arguments [skip ci]
Missing ending pipe was causing it to fail to render.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 4b7006e..7611232 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -70,7 +70,7 @@ future releases. These are the parameter names for passing language specific arguments to your build target. | Language | Parameter name | -| ----- | ----- +| ----- | ----- | | C | c_args | | C++ | cpp_args | | C# | cs_args | |