Skip to content

Commit

Permalink
typos: n't -> not
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Oct 22, 2024
1 parent c2ef8b4 commit 53c7890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/typst/ch4-table-conclusion.typ
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Complexity:

The process of making software reproducible can be complex, especially if it
hasn't been setup from the beginning of the project.
has not been setup from the beginning of the project.
],
table.hline(stroke: .5pt),
[
Expand Down
2 changes: 1 addition & 1 deletion src/thesis/2-reproducibility.typ
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ Using a predetermined value as a seed ensures that the same random data is
generated each time the computation is executed, thereby guaranteeing
reproducibility.

Hardcoding the seed in the source code would be nonsensical because it wouldn't
Hardcoding the seed in the source code would be nonsensical because it would not
be random any more, the seed should be passed as a parameter to the computation.
This parameter can be passed as a command-line argument, an environment
variable, or a configuration file, leaving the responsibility to the user to
Expand Down

0 comments on commit 53c7890

Please sign in to comment.