From 59f080ee74b27f3328e0cd238b41ad027867af0c Mon Sep 17 00:00:00 2001
From: Maxime Dantec <Warry@users.noreply.github.com>
Date: Wed, 25 Oct 2017 13:23:09 +0200
Subject: [PATCH] Add `Hexadecimal representation` to syntax page

---
 src/pages/docs/syntax.elm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pages/docs/syntax.elm b/src/pages/docs/syntax.elm
index 61f08b2eb..e7cf2dac2 100644
--- a/src/pages/docs/syntax.elm
+++ b/src/pages/docs/syntax.elm
@@ -64,6 +64,7 @@ False : Bool
 
 42    : number  -- Int or Float depending on usage
 3.14  : Float
+0x4f  : number
 
 'a'   : Char
 "abc" : String