Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 398157b

Browse files
committed
fix: wording
1 parent 5f24432 commit 398157b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

ConwayGameOfLife/manuals/manual.pdf

0 Bytes
Binary file not shown.

ConwayGameOfLife/manuals/tests.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ A Java framework, JUnit5, has been used within the process. You may consult to `
88

99
### Included Sections
1010

11-
- getters/setters
11+
- row/col length getters
1212
- class constructor
13-
- `getCell` with wrapping
14-
- `neighbour` live cell counts with wrapping
15-
- `toString` format test
13+
- `getCell` cell status with coordinate wrapping
14+
- `neighbour` live cell counts around specific coordinates
15+
- `toString` string representation/output format
1616

17-
The above have tested class's construction, mutation, and expected string representation.
17+
The above have tested class's construction, mutations, and expected string representation.
1818

1919
### Run Unit Test
2020

@@ -71,7 +71,7 @@ These cases have covered the following topics:
7171
- invalid2.txt -> Seed file with < 2 columns
7272
- invalid3.txt -> Seed file with undefined char
7373
- invalid4.txt -> Seed file with inconsistent rows
74-
- invalid5.txt -> empty seed file
74+
- invalid5.txt -> Empty seed file
7575

7676
Commands to run these examples have also listed in the manual. It is believed that these cases cover most of the common mistakes that users would make.
7777

ConwayGameOfLife/manuals/tests.pdf

67 Bytes
Binary file not shown.

ConwayGameOfLife/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OpenJDK 64-Bit Server VM (build 15.0.1+0-adhoc..jdk15u-jdk-15.0.1-ga, mixed mode
2828

2929
#### Nix
3030

31-
If you want to have `Nix` installed, you may use `nix-shell` and it will set up development environment for you.
31+
If you have `Nix` installed, you may use `nix-shell` and it will set up development environment for you.
3232

3333
### Windows
3434

0 commit comments

Comments
 (0)