From 8c9a52c9aa74ba782e3ffa099e39926d711b8c9a Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Tue, 31 Jan 2017 09:03:36 -0600 Subject: [PATCH] Delete reference to literal syntax CC @vchuravy --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7c9fee87..dd0d086d 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,4 @@ More generally, an arbitrary number of bits from any of the standard unsigned integer widths can be used for the fractional part. For example: `Normed{UInt32,16}`, `Normed{UInt64,3}`, `Normed{UInt128,7}`. -There currently is no literal syntax for signed `Fixed` numbers. - [wikipedia]: http://en.wikipedia.org/wiki/Fixed-point_arithmetic