Skip to content
Open
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
4 changes: 2 additions & 2 deletions content/02-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ A class may override [methods](class-field-method) of its parent class, which re

Classes can be declared with the keyword `final` to prevent them from being extended.

> ##### Trivia: `:final` metadata
> ##### Trivia: `@:final` metadata
>
> Prior to Haxe 4, marking classes as final was possible using the `:final` metadata.
> Prior to Haxe 4, marking classes as final was possible using the `@:final` metadata.



Expand Down