Skip to content

Commit ac90ce3

Browse files
committed
Minor code formatting fix
Signed-off-by: Hanson Char <hanson.char@gmail.com>
1 parent c143e2e commit ac90ce3

File tree

1 file changed

+3
-1
lines changed
  • tex/generic/pgf/graphdrawing/lua/pgf/gd

1 file changed

+3
-1
lines changed

tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ end
112112
-- Adds an example to the |examples| field of the last key selected
113113
-- through the |key| command.
114114
--
115-
-- @param input either a string of example or a table with two fields - "code" and "options".
115+
-- @param input either a string of example or a table with two fields:
116+
-- "code" and "options".
117+
116118
function doc.example (input)
117119
local examples = rawget(current_key, "examples") or {}
118120
examples[#examples + 1] = input

0 commit comments

Comments
 (0)