There was an error while loading. Please reload this page.
1 parent 0752eb6 commit 3841945Copy full SHA for 3841945
1 file changed
guides/useful_concepts/timestamps.md
@@ -25,8 +25,8 @@ use terms of type `t:Membrane.Time.t/0`:
25
functions. For example, to get an amount of milliseconds represented by a time,
26
we call [`Membrane.Time.as_milliseconds(some_time)`](`Membrane.Time.as_milliseconds/1`).
27
This function also allows for rounding the result - you can use `:round` mode
28
- to round the result to the nearest integer or `:exact` mode to get the result
29
- as a [rational number](https://hexdocs.pm/ratio/Ratio.html#t:t/0).
+ to round the result to the nearest integer or `:exact` mode (the default)
+ to get the result as a [rational number](https://hexdocs.pm/ratio/Ratio.html#t:t/0).
30
31
## Carriers of timestamps
32
0 commit comments