Skip to content

Commit 79028ae

Browse files
committed
typo fix dynamic type (spec issue 1558) (460)
1 parent 58acbe5 commit 79028ae

File tree

1 file changed

+1
-1
lines changed
  • specification/_types/mapping

1 file changed

+1
-1
lines changed

specification/_types/mapping/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export class WildcardProperty extends DocValuesPropertyBase {
284284
}
285285

286286
export class DynamicProperty extends DocValuesPropertyBase {
287-
type: '{dynamic_property}'
287+
type: '{dynamic_type}'
288288

289289
enabled?: boolean
290290
null_value?: FieldValue

0 commit comments

Comments
 (0)