From 631c5372ec3a7f965b500ddb617b5c227164b8a4 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Sun, 10 Feb 2019 13:31:19 -0500 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index ff82262..383614b 100644 --- a/Documentation.md +++ b/Documentation.md @@ -588,7 +588,7 @@ If given a number `current`, return the new `current` value. If given a table wi #### changed = ui:colorPicker(valueTable, 'RGB'/'RGBA') Add a color picker widget, optionally specifying format (default 'RGB', no alpha). -If given a `[color](#colors)` string, return the new `[color](#colors)`. If given a table with a [color](#colors) string field named `value` instead, the field gets updated and the function returns `true` on change and `false` otherwise. +If given a [`color`](#colors) string, return the new [`color`](#colors). If given a table with a [color](#colors) string field named `value` instead, the field gets updated and the function returns `true` on change and `false` otherwise. #### current = ui:property(name, min, current, max, step, incPerPixel) #### changed = ui:property(name, min, valueTable, max, step, incPerPixel)