summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/xi_lib/ast_rawprinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xi_lib/ast_rawprinter.ml b/source/xi_lib/ast_rawprinter.ml
index 0c6494e..a644368 100644
--- a/source/xi_lib/ast_rawprinter.ml
+++ b/source/xi_lib/ast_rawprinter.ml
@@ -179,7 +179,7 @@ let rec p_expression = function
; "arg", p_expression arg
]
- | EXPR_Index {tag; loc; expr; index} -> p_dict "EXPR_Length"
+ | EXPR_Index {tag; loc; expr; index} -> p_dict "EXPR_Index"
[ "loc", p_location loc
; "tag", p_node_tag tag
; "expr", p_expression expr