Skip to content

Commit

Permalink
Typo "is can"
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jan 13, 2025
1 parent ef7c11a commit 0979bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/Generic Programming/anyinterfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ from the `any` type.

### Referring to an interface by pointer

An interface e.g. `MyName` is can be cast back and forth to `any`, but only types which
An interface e.g. `MyName`, can be cast back and forth to `any`, but only types which
implement the interface completely may implicitly be cast to the interface.

So for example:
Expand Down

0 comments on commit 0979bbb

Please sign in to comment.