Skip to content

Commit

Permalink
Fix a typo (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jan 14, 2023
1 parent 27b3fc6 commit 28bcea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ observable = Observable(0)
observable[]
```

But unlike `Ref`s, but you can listen for changes:
But unlike `Ref`s, you can listen for changes:

```@repl manual
obs_func = on(observable) do val
Expand Down

0 comments on commit 28bcea6

Please sign in to comment.