Skip to content

Commit 25535e3

Browse files
committed
Update README.md
1 parent 0f28587 commit 25535e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Can be found at: http://dcarp.github.io/asynchronous/index.html
2222
* it is not web-oriented, compatible with `std.socket`
2323
* arguably nicer API
2424
* event loop start/stop control
25-
* uses @Coroutine UDA to mark functions that could trigger a task (fiber) switch, although this is not enforced by the compiler yet.
25+
* uses `@Coroutine` UDA to mark functions that could trigger a task (fiber) switch, although this is not enforced by the compiler yet.
2626

2727
####Examples and tutorials####
2828
Some small examples can be found in the test directory or as unittests.

0 commit comments

Comments
 (0)