Skip to content

Commit

Permalink
fix cn example
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Feb 14, 2019
1 parent 13dc21f commit 06cee6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cn/src/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ listAny[1] = 100;

// Never
// Function returning never must have unreachable end point
函数 error(message: 文字): 永不 {
函数 error(message: 文字): 不及 {
丢出 new Error(message);
}

Expand Down

0 comments on commit 06cee6f

Please sign in to comment.