mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
fix typo
2
FAQ.md
2
FAQ.md
@@ -294,7 +294,7 @@ In general, you should *never* find yourself declaring an `interface` with no pr
|
||||
> type SomeUrl = string;
|
||||
> type FirstName = string;
|
||||
> let x: SomeUrl = "http://www.typescriptlang.org/";
|
||||
> let y: FirstName = "Bob';
|
||||
> let y: FirstName = "Bob";
|
||||
> x = y; // Expected error
|
||||
> ```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user