mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 04:20:39 +02:00
Remove spurious "["
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user