Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #124 from zhongsp/fix-wording
Browse files Browse the repository at this point in the history
Fix wording of interface naming conventions, fix #121
  • Loading branch information
DanielRosenwasser committed Dec 5, 2015
2 parents b06011c + 1de9a08 commit 2e63471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Writing Definition Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The trade-offs here are as follows:

## Naming Conventions

In general, do not prefix interfaces with `I` (e.g. `IColor`).
In general, you shouldn't prefix interfaces with `I` (e.g. `IColor`).
Because the concept of an interface in TypeScript is much more broad than in C# or Java, the `IFoo` naming convention is not broadly useful.

# Examples
Expand Down

0 comments on commit 2e63471

Please sign in to comment.