Browse Source

flex: put lex within backticks

Agniva De Sarker 7 năm trước cách đây
mục cha
commit
22285c6224
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/common/flex.md

+ 1 - 1
pages/common/flex.md

@@ -1,6 +1,6 @@
 # flex
 
-> Lexical analyser generator. Based on lex.
+> Lexical analyser generator. Based on `lex`.
 > Given the specification for a lexical analyser, generates C code implementing it.
 
 - Generate an analyser from a flex file: