Skip to content

Commit 0321711

Browse files
authored
Fix formatting error in documentation 'Program Abstraction' (#137)
1 parent cf552a6 commit 0321711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/en/program-abstraction.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Exp -> Var | Literal | FieldAccess | ArrayAccess
5252
| StringLiteral | ClassLiteral | NullLiteral
5353
| MethodHandle | MethodType
5454

55-
** FieldAccess -> InstanceFieldAccess | StaticFieldAccess
55+
* FieldAccess -> InstanceFieldAccess | StaticFieldAccess
5656
** InstanceFieldAccess -> Var.FieldRef
5757
** StaticFieldAccess -> FieldRef
5858
** FieldRef -> <ClassType: Type FieldName>
5959
** FieldName -> Identifier
6060

6161
* ArrayAccess -> Var[Var]
6262

63-
** NewExp -> NewInstance | NewArray | NewMultiArray
63+
* NewExp -> NewInstance | NewArray | NewMultiArray
6464
** NewInstance -> _new_ ClassType
6565
** NewArray -> _new_ Type[Var]
6666
** NewMultiArray -> _new_ Type LengthList EmptyList

0 commit comments

Comments
 (0)