gohugoio / hugoDocs

The source for https://gohugo.io/
Apache License 2.0
1.05k stars 1.48k forks source link

Fix parameter list for collections.Dictionary #2569

Closed irkode closed 3 months ago

irkode commented 4 months ago

must always be a key-value pair, so the current text is missleading.

moved the ... behind the square brackets, so it stands for repeating the pair

jmooring commented 3 months ago

The changes in https://github.com/gohugoio/hugoDocs/commit/fb76580f81615def6e979f629b5bee648e5fbf6c make the slice, querify, and dict signatures symmetrical.