anohter -> another

This commit is contained in:
John Doe
2018-06-28 18:58:29 -07:00
parent 15c38596fa
commit a0c186a781
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ x(
// come comment
// some other comment
// @anohter
// @another
x();
>x : Symbol(x, Decl(a.js, 0, 3))

View File

@@ -31,7 +31,7 @@ x(
// come comment
// some other comment
// @anohter
// @another
x();
>x() : any

View File

@@ -23,7 +23,7 @@ x(
// come comment
// some other comment
// @anohter
// @another
x();