From 47aff6b6ff7e8c9dfeee29072c20905639b54ad0 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 9 Sep 2023 15:28:44 +0200 Subject: [PATCH] Fix indentation in docstring --- src/component/button.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/component/button.lisp b/src/component/button.lisp index 9e529cf..e573e0f 100644 --- a/src/component/button.lisp +++ b/src/component/button.lisp @@ -88,7 +88,8 @@ Example: ,@body)))) (defmacro define-btn (color &optional (outline nil) (size nil)) - "This macro defines a new macro for creating a Bootstrap button of a specific type, size, and outline style. + "This macro defines a new macro for creating a Bootstrap button of a specific + type, size, and outline style. COLOR: The color of the button (like 'primary', 'secondary', 'success', etc.).