Skip to content

Commit

Permalink
Correct grammar in instructions.append.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoastor authored Apr 28, 2024
1 parent dbd627d commit 979e1a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Instructions append

It isn't strictly necessary to model students as a seperate object, you can use a convenient internal data strcture as the requirements are quite simple (and as long as it doesn't leak out into the results).
It isn't strictly necessary to model students as a separate object, you can use a convenient internal data structure as the requirements are quite simple (and as long as it doesn't leak out into the results).

Note: this exercise has been slightly modified from the problem-specification, as it makes more sense to separate adding students and querying them in separate methods (vs. having one method doing both, which feels less Pharo/Smalltalk like).

0 comments on commit 979e1a4

Please sign in to comment.