Skip to content

Commit 2cb7a06

Browse files
committed
Prepare release
1 parent 31a0cc3 commit 2cb7a06

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1
2+
3+
- Initial release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Only one fiber in a domain can be running at a time.
9797
When a new fiber is created, a vertical green line links the parent fiber to the child.
9898

9999
Cancellation contexts (including switches) are shown as brackets.
100-
Switched can be named using `Switch.run ~name`. Unnamed switches are shown as "switch".
100+
Switches can be named using `Switch.run ~name`. Unnamed switches are shown as "switch".
101101
A context being cancelled is indicated by a vertical red line.
102102

103103
Domain-wide events, such as garbage collection and waiting for events,

0 commit comments

Comments
 (0)