Skip to content

Commit

Permalink
Merge branch 'master' into sd/fix-custom-obsfuncs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Feb 14, 2023
2 parents 834d97e + 28bcea6 commit 8874ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Observables"
uuid = "510215fc-4207-5dde-b226-833fc4488ee2"
version = "0.5.3"
version = "0.5.4"

[compat]
julia = "1.6"
Expand Down
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 8874ece

Please sign in to comment.