From 5c3e0517af29fb60f36706d98509ae0b21ce8069 Mon Sep 17 00:00:00 2001
From: sammyette <torchedsammy@gmail.com>
Date: Wed, 2 Apr 2025 09:34:12 -0400
Subject: [PATCH] docs: put dirs.old doc on 1 line

---
 nature/dirs.lua | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nature/dirs.lua b/nature/dirs.lua
index 9c5f645..6265c37 100644
--- a/nature/dirs.lua
+++ b/nature/dirs.lua
@@ -6,8 +6,7 @@ local fs = require 'fs'
 
 local dirs = {}
 
---- Last (current working) directory. Separate from recentDirs mainly for
---- easier use.
+--- Last (current working) directory. Separate from recentDirs mainly for easier use.
 dirs.old = ''
 --- Table of recent directories. For use, look at public functions.
 dirs.recentDirs = {}