mirror of
https://github.com/corda/corda.git
synced 2025-02-10 12:51:37 +00:00
edger8r: Fix small typo
Signed-off-by: Andras Slemmer <andras.slemmer@r3cev.com>
This commit is contained in:
parent
7844d40e00
commit
83300e52a0
@ -390,7 +390,7 @@ param_type: attr_block all_type {
|
|||||||
(* thinking about 'user_defined_type var[4]' *)
|
(* thinking about 'user_defined_type var[4]' *)
|
||||||
fun is_ary ->
|
fun is_ary ->
|
||||||
if is_ary then Ast.PTPtr($2, attr)
|
if is_ary then Ast.PTPtr($2, attr)
|
||||||
else failwithf "`%s' is considerred plain type but decorated with pointer attributes" s
|
else failwithf "`%s' is considered a plain type but decorated with pointer attributes" s
|
||||||
| _ ->
|
| _ ->
|
||||||
fun is_ary ->
|
fun is_ary ->
|
||||||
if is_ary then Ast.PTPtr($2, get_ptr_attr $1)
|
if is_ary then Ast.PTPtr($2, get_ptr_attr $1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user