We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e00ee1a + a2e5ba5 commit 668c4bbCopy full SHA for 668c4bb
src/ch03-05-interfaces.md
@@ -3,7 +3,7 @@
3
An _interface_ is a description of the actions that an object can do.
4
5
You might already be familiar with _interfaces_ in other programming languages like C# and Java,
6
-or _contracts_ in Swift.
+or _protocols_ in Swift.
7
8
Interfaces are not part of the ECMAScript.
9
It is a level of abstraction supported by TypeScript to improve the type-checking process, and not converted to JavaScript code.
0 commit comments