We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67573f1 commit d49937cCopy full SHA for d49937c
lib/elixir/lib/calendar/duration.ex
@@ -358,8 +358,7 @@ defmodule Duration do
358
@doc """
359
Converts the given `duration` to an [ISO 8601-2:2019](https://en.wikipedia.org/wiki/ISO_8601) formatted string.
360
361
- Note this function implements the *extension* of ISO 8601:2019. This extensions allows weeks to
362
- appear between months and days: `P3M3W3D`, making it fully compatible with any `Duration` struct.
+ This function implements the extension of ISO 8601:2019, allowing weeks to appear between months and days: `P3M3W3D`.
363
364
## Examples
365
0 commit comments