File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ pub static BUILTIN_FUNCTIONS: Lazy<[Prototype; 27]> = Lazy::new(|| {
6868 params : vec ! [ Type :: Bool ] ,
6969 ret : vec ! [ Type :: Void ] ,
7070 target : vec ! [ ] ,
71- doc : "Abort execution if argument evaulates to false" ,
71+ doc : "Abort execution if argument evaluates to false" ,
7272 constant : false ,
7373 } ,
7474 Prototype {
@@ -79,7 +79,7 @@ pub static BUILTIN_FUNCTIONS: Lazy<[Prototype; 27]> = Lazy::new(|| {
7979 params : vec ! [ Type :: Bool , Type :: String ] ,
8080 ret : vec ! [ Type :: Void ] ,
8181 target : vec ! [ ] ,
82- doc : "Abort execution if argument evaulates to false. Report string when aborting" ,
82+ doc : "Abort execution if argument evaluates to false. Report string when aborting" ,
8383 constant : false ,
8484 } ,
8585 Prototype {
You can’t perform that action at this time.
0 commit comments