Skip to content

Commit aa931aa

Browse files
committed
Add Youtube link to javadoc
1 parent 1c74c95 commit aa931aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/by/andd3dfx/string/StringTransformation.java

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* first = "ab", second = "ba" -> false
1717
* first = "abcd", second = "abd" -> true
1818
* </pre>
19+
*
20+
* @see <a href="https://youtu.be/GOSWr4jHng8">Video solution</a>
1921
*/
2022
public class StringTransformation {
2123

0 commit comments

Comments
 (0)