From b8338719e2cc2138bc67c10ad56fb707f5e3b546 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Sun, 30 Jun 2024 20:09:26 -0600 Subject: Add/update doc comments This patch update a ton of the documentation comments throughout the codebase, refactoring some areas, and adding new comments to others. --- src/poem/anthology/source.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/poem/anthology/source.rs') diff --git a/src/poem/anthology/source.rs b/src/poem/anthology/source.rs index 0ed759c..fc27caf 100644 --- a/src/poem/anthology/source.rs +++ b/src/poem/anthology/source.rs @@ -6,8 +6,8 @@ use std::process::{ExitStatus, Output}; /// source /// -/// The builtin `source` command. Used to change the shell's global environment -/// state via a `.sh` or `.dwvsh` file. +/// The built-in `source` command. Used to change the shell's global +/// environment state via a `.sh` or `.dwvsh` file. /// /// # Shell Examples /// ```sh -- cgit v1.2.3