Merge pull request #892 from sam-m888/patch-1

Remove spurious "["
This commit is contained in:
Adam Bard 2014-12-22 12:48:17 +01:00
commit 3e6c93efa2

View File

@ -49,7 +49,7 @@ public class LearnJava {
// Types & Variables // Types & Variables
/////////////////////////////////////// ///////////////////////////////////////
// Declare a variable using <type> <name> [ // Declare a variable using <type> <name>
// Byte - 8-bit signed two's complement integer // Byte - 8-bit signed two's complement integer
// (-128 <= byte <= 127) // (-128 <= byte <= 127)
byte fooByte = 100; byte fooByte = 100;