Fixing broken language arguments [skip ci]

Missing ending pipe was causing it to fail to render.
This commit is contained in:
Tim Ansell 2018-03-03 20:48:51 -08:00 committed by Jussi Pakkanen
parent e41f00f834
commit 69ff980fbc
1 changed files with 1 additions and 1 deletions

View File

@ -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 |