mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Remove spurious "["
This commit is contained in:
parent
3b1a125a79
commit
c4e1109e3a
@ -49,7 +49,7 @@ public class LearnJava {
|
||||
// Types & Variables
|
||||
///////////////////////////////////////
|
||||
|
||||
// Declare a variable using <type> <name> [
|
||||
// Declare a variable using <type> <name>
|
||||
// Byte - 8-bit signed two's complement integer
|
||||
// (-128 <= byte <= 127)
|
||||
byte fooByte = 100;
|
||||
|
Loading…
Reference in New Issue
Block a user