Edits to text in API Conventions docs#39001
Conversation
|
Pinging @elastic/es-core-infra |
|
@elasticmachine test this please |
danielmitterdorfer
left a comment
There was a problem hiding this comment.
Thanks for these fixes @dmeiss. The changes look mostly fine to me but I left one remark about an incorrect multiplier. Can you please remove the "s" multiplier?
|
|
||
| [horizontal] | ||
| ``:: Single | ||
| `s`:: Single |
There was a problem hiding this comment.
The s suffix is not recognized by Elasticsearch (see also
Deleted the “s”. Is it OK that it then displays as two backtick characters? Or does it maybe need to be two single (or double) quotes to indicate an empty string, e.g. “”? I’m an editor by trade, not a coder — if that wasn’t already obvious. =). Thanks for your patience.
|
Made requested changes. Have a question though about how that empty string should be represented. It’s currently `` but I’m wondering if it should be “” instead. |
On second thought we should just remove the entire line. I doubt that it helps anybody if we document that if no multiplier is specified, we treat the value as is. I think this is expected behavior anyway. |
|
I agree. Would you like me to go ahead & remove it? |
|
Went ahead & removed the "single" line |
danielmitterdorfer
left a comment
There was a problem hiding this comment.
Thanks! Looks good to me.
|
@elasticmachine test this please |
* master: Mute failing CCR retention lease unfollow test Add support for ccr follow info api to HLRC. (elastic#39115) Do not create the missing index when invoking getRole (elastic#39039) Relax history check in ShardFollowTaskReplicationTests (elastic#39162) Add retention leases replication tests (elastic#38857) Edits to text in Phrase Suggester doc (elastic#38966) Edits to text in API Conventions docs (elastic#39001)
* master: Mute failing CCR retention lease unfollow test Add support for ccr follow info api to HLRC. (elastic#39115) Do not create the missing index when invoking getRole (elastic#39039) Relax history check in ShardFollowTaskReplicationTests (elastic#39162) Add retention leases replication tests (elastic#38857) Edits to text in Phrase Suggester doc (elastic#38966) Edits to text in API Conventions docs (elastic#39001)
Minor edits to phrasing, punctuation, capitalization, and formatting.