diff options
author | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-09-05 11:46:01 -0700 |
---|---|---|
committer | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-09-05 11:46:01 -0700 |
commit | 6cbd58e285660daca54cb9f82a6c8ae85ccba43c (patch) | |
tree | 1deb30dfd3116eccc261195489270bf99b260d34 /Util | |
parent | a0e67875a14061ba731d743d6c7f03c561a46e44 (diff) |
Dafny: fixed typo in latex mode
Diffstat (limited to 'Util')
-rw-r--r-- | Util/latex/dafny.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty index 36b5bf4a..81b04694 100644 --- a/Util/latex/dafny.sty +++ b/Util/latex/dafny.sty @@ -5,7 +5,7 @@ \usepackage{listings}
\lstdefinelanguage{dafny}{
- morekeywords={class,datatype,codatatype,type,bool,nat,int,object,set,multiset,seq,array,array2,array3,map%
+ morekeywords={class,datatype,codatatype,type,bool,nat,int,object,set,multiset,seq,array,array2,array3,map,%
function,predicate,copredicate,
ghost,var,static,refines,
method,constructor,returns,module,import,default,opened,as,in,
|