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).