Skip to content

Commit

Permalink
Merge pull request #96 from mkonicek/master
Browse files Browse the repository at this point in the history
Fix a typo in CSSLayout.toString()
  • Loading branch information
jaredly committed Aug 5, 2015
2 parents 93d6f84 + b898148 commit 5221f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/src/com/facebook/csslayout/CSSLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public String toString() {
"left: " + left + ", " +
"top: " + top + ", " +
"width: " + width + ", " +
"height: " + height +
"height: " + height + ", " +
"direction: " + direction +
"}";
}
Expand Down

0 comments on commit 5221f3a

Please sign in to comment.