Skip to content

Commit 10cf823

Browse files
committed
typo fix
1 parent cbea99c commit 10cf823

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Array Sequences/Array Sequences Interview Questions/Array Sequence Interview Questions - SOLUTIONS/.ipynb_checkpoints/Anagram Check - SOLUTION-checkpoint.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"## Problem\n",
1010
"\n",
11-
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can jsut rearrange the letters to get a different phrase or word). \n",
11+
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can just rearrange the letters to get a different phrase or word). \n",
1212
"\n",
1313
"For example:\n",
1414
"\n",
@@ -322,7 +322,7 @@
322322
"name": "python",
323323
"nbconvert_exporter": "python",
324324
"pygments_lexer": "ipython2",
325-
"version": "2.7.10"
325+
"version": "2.7.11"
326326
}
327327
},
328328
"nbformat": 4,

Array Sequences/Array Sequences Interview Questions/Array Sequence Interview Questions - SOLUTIONS/Anagram Check - SOLUTION.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"## Problem\n",
1010
"\n",
11-
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can jsut rearrange the letters to get a different phrase or word). \n",
11+
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can just rearrange the letters to get a different phrase or word). \n",
1212
"\n",
1313
"For example:\n",
1414
"\n",
@@ -322,7 +322,7 @@
322322
"name": "python",
323323
"nbconvert_exporter": "python",
324324
"pygments_lexer": "ipython2",
325-
"version": "2.7.10"
325+
"version": "2.7.11"
326326
}
327327
},
328328
"nbformat": 4,

Array Sequences/Array Sequences Interview Questions/Array Sequence Interview Questions/.ipynb_checkpoints/Anagram Check -checkpoint.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"## Problem\n",
1010
"\n",
11-
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can jsut rearrange the letters to get a different phrase or word). \n",
11+
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can just rearrange the letters to get a different phrase or word). \n",
1212
"\n",
1313
"For example:\n",
1414
"\n",
@@ -189,7 +189,7 @@
189189
"name": "python",
190190
"nbconvert_exporter": "python",
191191
"pygments_lexer": "ipython2",
192-
"version": "2.7.10"
192+
"version": "2.7.11"
193193
}
194194
},
195195
"nbformat": 4,

Array Sequences/Array Sequences Interview Questions/Array Sequence Interview Questions/Anagram Check .ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"## Problem\n",
1010
"\n",
11-
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can jsut rearrange the letters to get a different phrase or word). \n",
11+
"Given two strings, check to see if they are anagrams. An anagram is when the two strings can be written using the exact same letters (so you can just rearrange the letters to get a different phrase or word). \n",
1212
"\n",
1313
"For example:\n",
1414
"\n",
@@ -189,7 +189,7 @@
189189
"name": "python",
190190
"nbconvert_exporter": "python",
191191
"pygments_lexer": "ipython2",
192-
"version": "2.7.10"
192+
"version": "2.7.11"
193193
}
194194
},
195195
"nbformat": 4,

0 commit comments

Comments
 (0)