From 51c0f18603ef3748c413fd13deefadb754b7ee14 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 31 Mar 2022 14:08:54 +0200 Subject: [PATCH] Fix code example --- modules/core/docs/authproc_cardinality.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/docs/authproc_cardinality.md b/modules/core/docs/authproc_cardinality.md index 14886094e..509dba1f1 100644 --- a/modules/core/docs/authproc_cardinality.md +++ b/modules/core/docs/authproc_cardinality.md @@ -34,7 +34,7 @@ Require at least one `givenName`, no more than two email addresses, and between 50 => [ 'class' => 'core:Cardinality', 'givenName' => ['min' => 1], - 'mail' => ['max' => 2[, + 'mail' => ['max' => 2], 'eduPersonScopedAffiliation' => ['min' => 2, 'max' => 4], ], ], -- GitLab