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

Fix wording of interface naming conventions, fix #121 #124

Merged
merged 1 commit into from
Dec 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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