mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 18:54:42 -04:00
Fix grammatical error
This commit is contained in:
parent
f53f9f9366
commit
b8b4ccb6f4
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: crypto.FNV32a
|
title: crypto.FNV32a
|
||||||
description: Returns the FNV (Fowler–Noll–Vo) 32 bit hash of a given string.
|
description: Returns the FNV (Fowler–Noll–Vo) 32-bit hash of a given string.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
@ -15,7 +15,7 @@ action:
|
|||||||
aliases: [/functions/crypto.fnv32a]
|
aliases: [/functions/crypto.fnv32a]
|
||||||
---
|
---
|
||||||
|
|
||||||
This function calculates the 32 bit [FNV1a hash](https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash) of a given string according to the [specification](https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-12):
|
This function calculates the 32-bit [FNV1a hash](https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash) of a given string according to the [specification](https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-12):
|
||||||
|
|
||||||
```go-html-template
|
```go-html-template
|
||||||
{{ crypto.FNV32a "Hello world" }} → 1498229191
|
{{ crypto.FNV32a "Hello world" }} → 1498229191
|
||||||
|
Loading…
x
Reference in New Issue
Block a user