From 32172a8e0697ef39ff55edde413f46ae9c2a1c41 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Thu, 13 Dec 2018 23:25:02 +0000 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index d7fa37b..036dca1 100644 --- a/Documentation.md +++ b/Documentation.md @@ -63,7 +63,7 @@ End the current frame. Call this once every [love.update](https://love2d.org/wik ## Transform -All transform functions must be called after ui:frameBegin and before any non-transform functions. +All transform functions must be called after `ui:frameBegin` and before any non-transform functions. #### ui:rotate(angle) Rotate the UI by `angle` (in radians).