Skip to content

Commit

Permalink
Minor code formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Hanson Char <[email protected]>
  • Loading branch information
hansonchar committed Jun 6, 2024
1 parent c143e2e commit ec8bd3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ end
-- Adds an example to the |examples| field of the last key selected
-- through the |key| command.
--
-- @param input either a string of example or a table with two fields - "code" and "options".
-- @param input Either a string of example or a table with two fields:
-- "code" and "options".

function doc.example (input)
local examples = rawget(current_key, "examples") or {}
examples[#examples + 1] = input
Expand Down

0 comments on commit ec8bd3e

Please sign in to comment.