Skip to content

Commit

Permalink
Remove invalid annotation example
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Feb 21, 2023
1 parent f1a998c commit 8d3d74e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Annotations can have parameters - these parameters should be a list of valid Bri
## Examples

```brighterscript
@translate print "hello"
@expose
class MyComp
Expand All @@ -49,7 +48,6 @@ end
transpiles to

```brightscript
print "hello"
function __MyComp_builder()
instance = {}
instance.new = sub()
Expand Down

0 comments on commit 8d3d74e

Please sign in to comment.