diff --git a/syntax.md b/syntax.md index 91098ff..ca69d15 100644 --- a/syntax.md +++ b/syntax.md @@ -96,9 +96,9 @@ Since the auto-incremented and auto-assigned designator is not known to the user # renders with a dashed outline type: gauge: # allowed formats: - # is assumed to be mm2 # mm2 is understood # AWG is understood + # is assumed to be mm2 # custom units and formats are allowed # but unavailable for auto-conversion show_equiv: # defaults to false; can auto-convert between mm2 and AWG @@ -194,7 +194,7 @@ For connectors with `autogenerate: true`, a new instance, with auto-generated de - `` to refer to a specific pin, using its number (from its `pins` attribute) or its label (from its `pinlabels` attribute, provided the label is unique for this connector) - - `-` auto-expands to a range. E.g. `1-4` auto-expands to `1,2,3,4`; `9-7` will auto-expand to `9,8,7`. + - `-` auto-expands to a range, e.g. `1-4` auto-expands to `1,2,3,4`; `9-7` will auto-expand to `9,8,7`. - Mixing types is allowed, e.g. `[, , -, ]`