From 25a36729bc7a1e62e164fea53b662f653a937b7f Mon Sep 17 00:00:00 2001
From: "Patrick H. Lauke" <redux@splintered.co.uk>
Date: Fri, 25 Dec 2015 13:44:33 +0000
Subject: [PATCH] Missing angle brackets

---
 docs/content/code.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/code.md b/docs/content/code.md
index 4ce1e7fa3b..43779ebb25 100644
--- a/docs/content/code.md
+++ b/docs/content/code.md
@@ -13,7 +13,7 @@ Styles for inline code snippets and longer, multiline blocks of code.
 
 ## Inline code
 
-Wrap inline snippets of code with `code`. Be sure to escape HTML angle brackets.
+Wrap inline snippets of code with `<code>`. Be sure to escape HTML angle brackets.
 
 {% example html %}
 For example, <code>&lt;section&gt;</code> should be wrapped as inline.
-- 
GitLab