You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ The available values for `type` are:
60
60
*`string` - A field that is a string. For example, this is used as the name of the method in a call node, since it cannot directly reference the source string (as in `@-` or `foo=`). This is a `pm_string_t` in C.
61
61
*`constant` - A field that is an integer that represents an index in the constant pool. This is a `pm_constant_id_t` in C.
62
62
*`constant[]` - A field that is an array of constants. This is a `pm_constant_id_list_t` in C.
63
-
*`location` - A field that is a location. This is a `pm_slice_t` in C.
64
-
*`location?` - A field that is a location that is optionally present. This is a `pm_slice_t` in C, but if the value is not present then the `length` field will be `0`.
63
+
*`location` - A field that is a location. This is a `pm_location_t` in C.
64
+
*`location?` - A field that is a location that is optionally present. This is a `pm_location_t` in C, but if the value is not present then the `length` field will be `0`.
65
65
*`uint8` - A field that is an 8-bit unsigned integer. This is a `uint8_t` in C.
66
66
*`uint32` - A field that is a 32-bit unsigned integer. This is a `uint32_t` in C.
0 commit comments