Fix documentation for merge (#7329)
# Description `merge` no longer accepts blocks as arguments.
This commit is contained in:
parent
ee5a387300
commit
380c216d77
|
@ -33,10 +33,10 @@ repeating this process with row 1, and so on."#
|
||||||
(Type::Table(vec![]), Type::Table(vec![])),
|
(Type::Table(vec![]), Type::Table(vec![])),
|
||||||
])
|
])
|
||||||
.required(
|
.required(
|
||||||
"block",
|
"value",
|
||||||
// Both this and `update` should have a shape more like <record> | <table> than just <any>. -Leon 2022-10-27
|
// Both this and `update` should have a shape more like <record> | <table> than just <any>. -Leon 2022-10-27
|
||||||
SyntaxShape::Any,
|
SyntaxShape::Any,
|
||||||
"the new value to merge with, or a block that produces it",
|
"the new value to merge with",
|
||||||
)
|
)
|
||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user