Skip to content

Commit 3841945

Browse files
committed
Apply reviewers suggestions
1 parent 0752eb6 commit 3841945

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guides/useful_concepts/timestamps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ use terms of type `t:Membrane.Time.t/0`:
2525
functions. For example, to get an amount of milliseconds represented by a time,
2626
we call [`Membrane.Time.as_milliseconds(some_time)`](`Membrane.Time.as_milliseconds/1`).
2727
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).
28+
to round the result to the nearest integer or `:exact` mode (the default)
29+
to get the result as a [rational number](https://hexdocs.pm/ratio/Ratio.html#t:t/0).
3030

3131
## Carriers of timestamps
3232

0 commit comments

Comments
 (0)