fix typo in LaTeX bracket snippet function

This commit is contained in:
TEC 2020-06-30 02:48:50 +08:00
parent e52a3b349f
commit f12711b510
1 changed files with 1 additions and 1 deletions

View File

@ -5221,7 +5221,7 @@ Then let's bind the content to a function, and define some nice helpers.
(?9 ")")
(?\[ "]")
(?\{ "\\}")
(?< ")")
(?< ">")
(?\) ")")
(?0 ")")
(?\] "]")