Skip to content

Commit 8287b5c

Browse files
authored
Update content.md (exercism#2253)
1 parent d75fcc6 commit 8287b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • exercises/practice/pig-latin/.approaches/charat-substring

exercises/practice/pig-latin/.approaches/charat-substring/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ They are `private` because they don't need to be directly accessed from outside
4444
because they don't need to be reassigned after being created.
4545
They are `static` because they don't need to differ between object instantiations, so they can belong to the class itself.
4646

47-
The `translate()` method starts be defining the [`ArrayList()`][arraylist] to hold the words to be output.
47+
The `translate()` method starts by defining the [`ArrayList()`][arraylist] to hold the words to be output.
4848
The input `String` is then [`split()`][split] on a space to create the array of words.
4949

5050
A [for-each][for-each] loop is used to iterate the words.

0 commit comments

Comments
 (0)