Fix typo in Disabler.md

pull/11952/head
meator 2 years ago committed by Eli Schwartz
parent dd3c39242b
commit a5b74d208b
  1. 2
      docs/markdown/Disabler.md

@ -16,7 +16,7 @@ dep = dependency('foo')
lib = shared_library('mylib', 'mylib.c',
dependencies : dep)
# And ín a third directory
# And in a third directory
exe = executable('mytest', 'mytest.c',
link_with : lib)

Loading…
Cancel
Save