Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Última Corrección
Browse files Browse the repository at this point in the history
  • Loading branch information
maolivera committed Dec 3, 2018
1 parent 8677498 commit 550fb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/C2/Seccion4/3_Transformacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This section's objective is to take the `compiledRelease` property of each JSON
"compiledRelease": {
"a": "A",
"bc": [ "B", "C" ],
"tercero": {
"third": {
"a": "3.A",
"b": "3.B"
}
Expand All @@ -43,7 +43,7 @@ It would be transformed as:
{
"a": "A",
"bc": [ "B", "C" ],
"tercero": {
"third": {
"a": "3.A",
"b": "3.B"
}
Expand Down

0 comments on commit 550fb36

Please sign in to comment.