summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/crypto/FNV32a.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-26 08:22:42 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-26 08:22:42 +0100
commit3758456b31695dd59ebe5eb35b19c1b054287a48 (patch)
treea6391bec1ee0247632cb5bf526175bb1defba804 /docs/content/en/functions/crypto/FNV32a.md
parentd0d2c6795e0870bf96d167700a475737a17ea005 (diff)
parent7125ad401ad043e46262afc7eca8dceb6d54bb9e (diff)
Diffstat (limited to 'docs/content/en/functions/crypto/FNV32a.md')
-rw-r--r--docs/content/en/functions/crypto/FNV32a.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/crypto/FNV32a.md b/docs/content/en/functions/crypto/FNV32a.md
index 5c091ebee..eda303e62 100644
--- a/docs/content/en/functions/crypto/FNV32a.md
+++ b/docs/content/en/functions/crypto/FNV32a.md
@@ -1,6 +1,6 @@
---
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: []
keywords: []
action:
@@ -15,7 +15,7 @@ action:
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
{{ crypto.FNV32a "Hello world" }} → 1498229191