doc/cleaing up ligatures readme

This commit is contained in:
Jeetaditya Chatterjee 2020-08-22 01:08:37 +01:00
parent 9500aedc35
commit 9ed5fee1ed

View file

@ -152,12 +152,12 @@ you can set these symbols out of the box
:return "return" :return "return"
:yield "yeild" :yield "yeild"
;; Other ;; Other
:union "" :union "Union keyword"
:intersect "" :intersect "Intersect keyword"
:diff "" :diff "diff keyword"
:tuple "" :tuple "Tuple Keyword "
:pipe "" ;; FIXME: find a non-private char :pipe "Pipe Keyword" ;; FIXME: find a non-private char
:dot "") :dot "Dot operator")
#+END_SRC #+END_SRC