Fix odd ordering in functions section

This commit is contained in:
Ryan Watters 2017-03-12 23:04:15 -05:00
parent 032982a642
commit 4dbb23019d
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ title: union
linktitle: union
description: Given two arrays or slices, returns a new array that contains the elements or objects that belong to either or both arrays/slices.
godocref:
date: 2017-03-12
publishdate: 2017-03-12
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-03-12
categories: [functions]
tags: [filtering,lists]

View File

@ -3,8 +3,8 @@ title: with
linktitle: with
description: Rebinds the context (`.`) within its scope and skips the block if the variable is absent.
godocref:
date: 2017-03-12
publishdate: 2017-03-12
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-03-12
categories: [functions]
tags: [conditionals,fundamentals]