Fixing broken language arguments [skip ci]
Missing ending pipe was causing it to fail to render.
This commit is contained in:
parent
e41f00f834
commit
69ff980fbc
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue