Skip to content

Commit

Permalink
Fix post annotations in HelloWorld docs (nasa#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobkulir authored and Boehm-Michael committed Jun 22, 2023
1 parent 43fc339 commit 80b665d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tutorials/HelloWorld/HelloWorld.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ with the following:
```
@ Command to issue greeting with maximum length of 20 characters
async command SAY_HELLO(
greeting: string size 20 @ Greeting to repeat in the Hello event
greeting: string size 20 @< Greeting to repeat in the Hello event
)
@ Greeting event with maximum greeting length of 20 characters
event Hello(
greeting: string size 20 @ Greeting supplied from the SAY_HELLO command
greeting: string size 20 @< Greeting supplied from the SAY_HELLO command
) severity activity high format "I say: {}"
@ A count of the number of greetings issued
Expand Down

0 comments on commit 80b665d

Please sign in to comment.