From 6dd2563a0f2b848e84f297a0a2296756c65f6246 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 14 Mar 2022 14:22:09 -0500 Subject: made the note while hacking comment more visible --- lib/client.lisp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/client.lisp b/lib/client.lisp index 4aff60d..39d60ec 100644 --- a/lib/client.lisp +++ b/lib/client.lisp @@ -16,10 +16,14 @@ ;; along with this program. If not, see . (in-package :oneliners.cli) -;; >>>>>NOTE WHILE HACKING<<<<<. Each of the functions below that make -;; HTTP requests are meant to be called within the body of a -;; WITH-LOCAL-STATE form. If you are hacking in the REPL, make sure -;; to wrap function calls appropriately. +;;;; >>>>>NOTE WHILE HACKING<<<<<. +;;;; ---------------------------------------------------------------- +;;;; Each of the functions below that make HTTP requests are meant to +;;;; be called within the body of a WITH-LOCAL-STATE form. If you are +;;;; hacking in the REPL, make sure to wrap function calls +;;;; appropriately. +;;;; ---------------------------------------------------------------- + ;;; GETTING ONELINERS & DISPLAYING ONELINERS -- cgit v1.2.3