Subprojects.md:add single quotes around subproject and variable name

pull/9833/head
Andy Alt 3 years ago committed by Nirbheek Chauhan
parent 96d0005744
commit d9dee508ae
  1. 2
      docs/markdown/Subprojects.md

@ -153,7 +153,7 @@ Because this is such a common operation, Meson provides a shortcut for
this use case.
```meson
dep = dependency('foo', fallback : [subproject_name, variable_name])
dep = dependency('foo', fallback : ['subproject_name', 'variable_name'])
```
The `fallback` keyword argument takes two items, the name of the

Loading…
Cancel
Save