Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Jan 13, 2024
1 parent 6bf5f31 commit 025a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/isomorphisms.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $commaSeparatedBase64 = $commaSeparated->compose($base64);

$data = ['hello' ,'world'];
$encoded = $commaSeparatedBase64->to($data);
// > ["hello", "world] -> "hello,world" -> aGVsbG8sd29ybGQ=
// > ["hello", "world"] -> "hello,world" -> aGVsbG8sd29ybGQ=
$actual = $commaSeparatedBase64->from($encoded);
// > aGVsbG8sd29ybGQ= -> "hello,world", ["hello", "world"]

Expand Down

0 comments on commit 025a7c7

Please sign in to comment.