Skip to content

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
 ~num would return the value -3 and not 2.
  • Loading branch information
derdela committed Dec 3, 2014
1 parent c82d063 commit 02d13bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/de_DE/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ Die folgenden Bereiche zeigen einen vertretbaren Style Guide für moderne JavaSc
// ist das Gleiche wie...
~num;
~~num;
num >> 0;
Expand Down

0 comments on commit 02d13bc

Please sign in to comment.