Skip to content

Commit

Permalink
regularized language for _options_ parameter of GetDurationUnitOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-allen committed Jan 13, 2024
1 parent ced2945 commit eedfa01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ contributors: Ujjwal Sharma, Younies Mahmoud
<h1>
GetDurationUnitOptions (
_unit_: a String,
_options_: an ECMAScript language value,
_options_: an Object,
_baseStyle_: a String,
_stylesList_: a List of Strings,
_digitalBase_: a String,
Expand All @@ -199,7 +199,7 @@ contributors: Ujjwal Sharma, Younies Mahmoud
</h1>
<dl class="header">
<dt>description</dt>
<dd>It extracts the relevant options for any given _unit_ from an options bag and returns them as a Record.</dd>
<dd>It extracts the relevant options for any given _unit_ from an Object and returns them as a Record.</dd>
</dl>

<emu-alg>
Expand Down

0 comments on commit eedfa01

Please sign in to comment.