docs: fixed typo in constant defaults (#2991).

This commit is contained in:
Richard Moore 2022-06-18 00:40:42 -04:00
parent 3c760d014b
commit 64744990ff

@ -128,5 +128,5 @@ The name of the //fixedFormat//, which can be used to recreate the format
and is the string that the Solidity language uses to represent this format. and is the string that the Solidity language uses to represent this format.
_definition: **//"fixed"//** _definition: **//"fixed"//**
A shorthand for ``fixed128x80``. A shorthand for ``fixed128x18``.