Skip to content

Commit

Permalink
Corrected spelling mistakes
Browse files Browse the repository at this point in the history
Co-authored-by: Sander Ploegsma <[email protected]>
  • Loading branch information
MikaelFangel and sanderploegsma authored Jan 20, 2024
1 parent 19d0744 commit ddc4d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracks/java/exercises/pangram/pangram/mentoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ public class PangramChecker {

## Common suggestions

- Suggest using StringBuilder instead of String concatenating when the students are concatenating within a for-loop
- Suggest using `StringBuilder` instead of String concatenating when the students are concatenating within a for-loop

## Talking points

- Shortcurcuit elvalutiaon, so you don't have to check the entire alphabet twice
- Short-circuit evaluation, so you don't have to check the entire alphabet twice

## Changelog

0 comments on commit ddc4d7d

Please sign in to comment.