Skip to content

Commit 2ae6bb1

Browse files
committed
hints api update
1 parent c5f2f47 commit 2ae6bb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_posts/2016-01-04-coderoad-api.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,10 @@ See an [example](https://github.com/coderoad/coderoad-functional-school/blob/mas
6262

6363
### `@hint`
6464

65-
*Note: Hints have not yet been implemented in Atom-Coderoad. Coming soon.*
66-
67-
*@hint* loads a string, or array of strings, which can be used to provide hints for the user.
65+
*@hint* loads a string which can be used to provide hints for the user. The order of hints is important.
6866

6967
```markdown
7068
@hint('A hint for the user')
71-
@hint(['The first hint', 'The second hint'])
7269
```
7370

7471
*@hint* may use code-blocks with syntax highlighting.

0 commit comments

Comments
 (0)