Skip to content

Commit 6879963

Browse files
authored
typo on line 70
1 parent c7409f4 commit 6879963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/syntax/ast_derive_abstract.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let set_attrs = [Ast_attributes.bs_set]
7676

7777
let deprecated name =
7878
Ast_attributes.deprecated
79-
("use " ^ name ^ "Get instead, or swith to the new [@bs.deriving {abstract: light}] for the type declaration (OCaml syntax: [@@bs.deriving {abstract = light}])")
79+
("use " ^ name ^ "Get instead, or switch to the new [@bs.deriving {abstract: light}] for the type declaration (OCaml syntax: [@@bs.deriving {abstract = light}])")
8080

8181

8282
let handleTdcl

0 commit comments

Comments
 (0)