diff options
| author | Tim McNamara <code@timmcnamara.co.nz> | 2021-05-19 13:52:57 +1200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-05-18 19:12:17 -0700 |
| commit | a6e9b54b1d2d16b723e9aefd8cf49558e68abdc3 (patch) | |
| tree | 9f708440100b3132c341bd3686c8ddb0182af1da /docs/markdown | |
| parent | 69a5c950a3a70fe2e31a8a35f0be51ded89c4937 (diff) | |
| download | meson-a6e9b54b1d2d16b723e9aefd8cf49558e68abdc3.tar.gz | |
doc: Fix array syntax [skip ci]
Adds a square bracket to create a valid array.
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Rust-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Rust-module.md b/docs/markdown/Rust-module.md index fdff48310..b89c052c5 100644 --- a/docs/markdown/Rust-module.md +++ b/docs/markdown/Rust-module.md @@ -62,7 +62,7 @@ inc = include_directories('..'ΒΈ '../../foo') generated = rust.bindgen( 'myheader.h', 'generated.rs', - include_directories : [inc, include_directories('foo'), + include_directories : [inc, include_directories('foo')], args : ['--no-rustfmt-bindings'], c_args : ['-DFOO=1'], ) |
