Skip to content

Commit adb3db5

Browse files
Update Anagrams.java
fix: remove invalid reference [1] in Anagrams.java
1 parent 35b94ab commit adb3db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/thealgorithms/strings/Anagrams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* An anagram is a word or phrase formed by rearranging the letters of a different word or phrase,
8-
* typically using all the original letters exactly once.[1]
8+
* typically using all the original letters exactly once.
99
* For example, the word anagram itself can be rearranged into nag a ram,
1010
* also the word binary into brainy and the word adobe into abode.
1111
* Reference from https://en.wikipedia.org/wiki/Anagram

0 commit comments

Comments
 (0)