Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Apr 15, 2024
1 parent e7c9276 commit 26fd753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dimensional/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Shorthand for "simple" units, attributes, and dimensions
- Rename `Measure` to `Attribute` (now the **QUAD** acronym works!)
- Minor documentation fix in `Unit`

## 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion dimensional/src/unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export namespace Unit {
*/
public readonly scale: number;
/**
* The physical base dimensions of this unit.
* The physical attribute measured by this unit.
*/
public readonly attribute: Attribute.Attribute;
constructor(exponents: Exponents, attrOverride?: Attribute.Attribute) {
Expand Down

0 comments on commit 26fd753

Please sign in to comment.