Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Oct 16, 2012
1 parent f83107f commit 64e3785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Defining custom conversion rules


Defining a unit conversion is accomplished via Minderbinder's `defunits-of` macro. The body of the macro expects the following structure: Defining a unit conversion is accomplished via Minderbinder's `defunits-of` macro. The body of the macro expects the following structure:


**(defunits-of *unit name* *base unit tag* *docstring* *conversion spec*)** **(defunits-of *unit-name* *base-unit-tag* *docstring* *conversion-spec*)**


The *conversion spec* part of the body currently allows pairs of mappings defined in reletive terms. The pairs always start with a keyword used as the unit tag. However, the right-hand side of the pair can be one of the following: The *conversion spec* part of the body currently allows pairs of mappings defined in reletive terms. The pairs always start with a keyword used as the unit tag. However, the right-hand side of the pair can be one of the following:


Expand Down

0 comments on commit 64e3785

Please sign in to comment.