@@ -29,8 +29,8 @@ Clone the gobash repository:
2929
3030 git clone [email protected] :EngineeringSoftware/gobash 3131
32- Alternatively, you can avoid cloning the repo and directly source the
33- library in your bash script:
32+ Alternatively, you can avoid cloning the repo and directly ` source `
33+ the library in your bash script:
3434
3535.. code-block :: bash
3636
@@ -107,8 +107,8 @@ In the following example (`point.sh`), we introduce a `struct` for a
107107 Test Example
108108------------
109109
110- This example illustrate a way to write tests using a testing package.
111- The tests can be executed with the gobash tool.
110+ This example illustrates a way to write tests using gobash's testing
111+ package. The tests can be executed with the gobash tool.
112112
113113We will extend the previous example to add tests (`point_test.sh `) for
114114the function `point_add `.
@@ -134,7 +134,7 @@ Tests can be run with the following command:
134134
135135 ./gobash test --paths point_test.sh --verbose
136136
137- The output of this execution will be along these lines :
137+ The output of this execution will look like this :
138138
139139.. code-block :: bash
140140
@@ -151,7 +151,7 @@ There are a number of other examples that illustrate gobash in the
151151`examples directory
152152<https://github.com/EngineeringSoftware/gobash/tree/main/examples/README.md> `_.
153153If you like learning by examples, that is the best place to go next.
154- If you prefer to read higher level doc , then check
154+ If you prefer to read higher level documentation , then check
155155:doc: `language `.
156156
157157.. toctree ::
0 commit comments