Skip to content

Commit 9e5f5dd

Browse files
simonat2ndQuadranttuhaihe
authored andcommitted
Fix typo
1 parent 2eb7c43 commit 9e5f5dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/fixeddecimal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Often there are data storage requirements where the built in REAL and
1515
DOUBLE PRECISION types cannot be used due to the non-exact representation of
1616
numbers using these types, e.g. where monetary values need to be stored. In many
1717
of these cases NUMERIC is an almost perfect type, although with NUMERIC
18-
performance is no match for the performance of REAL or DOUBLE PRCISION, as
18+
performance is no match for the performance of REAL or DOUBLE PRECISION, as
1919
these use CPU native processor types. FixedDecimal aims to offer performance
2020
advantages over NUMERIC without the imprecise representations that are
2121
apparent in REAL and DOUBLE PRECISION, but it comes with some caveats...

0 commit comments

Comments
 (0)