mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 22:43:30 +08:00
Fix some typos (#3038)
This commit is contained in:
@ -135,7 +135,7 @@ class Trieac {
|
||||
return -1;
|
||||
}
|
||||
|
||||
// If there are are nodes below last
|
||||
// If there are nodes below the last
|
||||
// matching character.
|
||||
if (!isLast) {
|
||||
String prefix = query;
|
||||
|
Reference in New Issue
Block a user