Skip to content

Commit

Permalink
doc(server): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Sep 13, 2023
1 parent 35ea093 commit fdea45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/content/doc/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The `volview.expose` decorator exposes the `add` function with the public name

```python
# Accessible via the RPC name "my_add"
@volview.exposes("my_add")
@volview.expose("my_add")
def add(a: int, b: int):
return a + b
```
Expand Down

0 comments on commit fdea45f

Please sign in to comment.