Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Feb 23, 2024
1 parent 5673886 commit 7c9f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types_of_tokens/SimpleToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ print(repr(CounterToken(5) + TimeoutToken(5)))
# SimpleToken(CounterToken(5, direct=True), TimeoutToken(5, monotonic=False))
```

There is not much more to tell about it if you have read [the story](what_are_tokens/in_general.md) about tokens in general.
There is not much more to tell about it if you have read [the story](/what_are_tokens/in_general.md) about tokens in general.

0 comments on commit 7c9f75c

Please sign in to comment.