From 6c0aa7f472ce694fcf8cb0db3e5f6046e00d687f Mon Sep 17 00:00:00 2001 From: Milos Gligoric Date: Tue, 27 Aug 2024 09:03:28 -0500 Subject: [PATCH] doc: Fixing typos --- README.md | 2 +- doc/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5e101f..ecce3ee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![lint](https://github.com/EngineeringSoftware/gobash/actions/workflows/lint.yml/badge.svg)](https://github.com/EngineeringSoftware/gobash/actions/workflows/lint.yml) `gobash` is a set of functions that improve programming experience in -`bash` (by providing collections, languages features, APIs, testing +`bash` (by providing collections, structs, methods, APIs, testing package, command line flag parsing, etc.) without modifying the shell interpreter(s). It works with any bash version (on Linux and Mac). Parts of the API are matching those in Go. diff --git a/doc/index.rst b/doc/index.rst index e962885..a4eb997 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,7 +4,7 @@ gobash documentation gobash, a self-proclaimed standard bash library, is a set of bash functions that improve programming experience in bash (by providing -collections, languages features, APIs, testing package, command line +collections, structs, methods, APIs, testing package, command line flag parsing, etc.) without modifying the shell interpreter(s). It works with any bash version (on Linux and Mac). Parts of the API match those in Go.