From ac90ce324d30c5509f8e8069aa0a3feec868bc81 Mon Sep 17 00:00:00 2001 From: Hanson Char Date: Wed, 5 Jun 2024 19:22:12 -0700 Subject: [PATCH] Minor code formatting fix Signed-off-by: Hanson Char --- tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua b/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua index 857306d5f..4e1dbd512 100644 --- a/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua +++ b/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua @@ -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