From 6b035d557bbc10c578b53970aa482c9f15cba2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 17 Mar 2019 19:20:15 +0100 Subject: [PATCH] Revert --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3ea3362..d6587ec 100644 --- a/README.md +++ b/README.md @@ -366,8 +366,6 @@ Format {65:c} # 'A' {3:08b} # '00000011' -> Binary with leading zeros. {3:0<8b} # '11000000' -> Binary with trailing zeros. -[I'm an inline-style link](https://www.google.com) -'Collections' : (list) ``` #### Float presentation types: