Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 1, 2022
1 parent 7c9de59 commit fa71222
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Main job is done at `humanize-duration` ([`1`][74ec] [`2`][ffe3]):

<a id="x-28HUMANIZE-DURATION-3AHUMANIZE-DURATION-20FUNCTION-29"></a>

### [function](4726) `humanize-duration:humanize-duration` duration &key stream (n-parts 2) (format-part #'default-format-part)
### [function](ee68) `humanize-duration:humanize-duration` duration &key stream (n-parts 2) (format-part #'default-format-part)

This is the better version of `LOCAL-TIME-DURATION:HUMAN-READABLE-DURATION`.

Expand Down Expand Up @@ -90,7 +90,7 @@ your own version. This could be useful if you want to support localization to ot

<a id="x-28HUMANIZE-DURATION-3ADEFAULT-FORMAT-PART-20FUNCTION-29"></a>

### [function](6fc9) `humanize-duration:default-format-part` stream part-type part
### [function](e77d) `humanize-duration:default-format-part` stream part-type part

This is should return a string with propertly pluralized form.

Expand Down Expand Up @@ -121,7 +121,7 @@ This package includes a single function, useful to display duration in Russian l

<a id="x-28HUMANIZE-DURATION-2FRU-3AFORMAT-PART-20FUNCTION-29"></a>

#### [function](88c1) `humanize-duration/ru:format-part` stream part-type part
#### [function](23d1) `humanize-duration/ru:format-part` stream part-type part

This is Russian version of part formatter for [`humanize-duration`][ffe3]

Expand Down Expand Up @@ -220,9 +220,9 @@ CL-USER> (flet ((p (n)
[d084]: https://40ants.com/humanize-duration/#x-28HUMANIZE-DURATION-3ADEFAULT-FORMAT-PART-20FUNCTION-29
[74ec]: https://40ants.com/humanize-duration/#x-28HUMANIZE-DURATION-3AHUMANIZE-DURATION-20FUNCTION-29
[9168]: https://github.com/40ants/humanize-duration
[4726]: https://github.com/40ants/humanize-duration/blob/c29ed34fc5ed44370244b7fdad0e69eaaed0be0c/src/core.lisp#L116
[6fc9]: https://github.com/40ants/humanize-duration/blob/c29ed34fc5ed44370244b7fdad0e69eaaed0be0c/src/core.lisp#L95
[88c1]: https://github.com/40ants/humanize-duration/blob/c29ed34fc5ed44370244b7fdad0e69eaaed0be0c/src/ru.lisp#L98
[ee68]: https://github.com/40ants/humanize-duration/blob/7c9de59fd9825b69f9df3c6058f1ccec0d18cfeb/src/core.lisp#L116
[e77d]: https://github.com/40ants/humanize-duration/blob/7c9de59fd9825b69f9df3c6058f1ccec0d18cfeb/src/core.lisp#L95
[23d1]: https://github.com/40ants/humanize-duration/blob/7c9de59fd9825b69f9df3c6058f1ccec0d18cfeb/src/ru.lisp#L98

* * *
###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]

0 comments on commit fa71222

Please sign in to comment.