mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
fix typo
parent
213c1237e4
commit
64f32ca82f
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
|
||||
> ```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user