Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-ui authored Mar 14, 2023
1 parent 2b5c6cf commit 0837e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0205-isomorphic-strings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p>Two strings <code>s</code> and <code>t</code> are isomorphic if the characters in <code>s</code> can be replaced to get <code>t</code>.</p>

<p>All occurrences of a character must be replaced with another character while preserving the order of characters. No two characters may map to the same character, but a character may map to itself.</p>
<p>All the occurrences of a character must be replaced with another character while preserving the order of characters. No two characters may map to the same character, but a character may map to itself.</p>

<p>&nbsp;</p>
<p><strong class="example">Example 1:</strong></p>
Expand All @@ -23,4 +23,4 @@
<li><code>t.length == s.length</code></li>
<li><code>s</code> and <code>t</code> consist of any valid ascii character.</li>
</ul>
</div>
</div>

0 comments on commit 0837e39

Please sign in to comment.