From 8cfb9eb73314d24669c55f45e1b5c1da127f268e Mon Sep 17 00:00:00 2001 From: b1ron Date: Wed, 12 Jul 2023 18:52:28 +0200 Subject: [PATCH] remove line --- website/docs/diff.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/diff.md b/website/docs/diff.md index c284075469ba..20a7b8b08929 100644 --- a/website/docs/diff.md +++ b/website/docs/diff.md @@ -25,7 +25,6 @@ slug: /diff/ # referenced in README.md and beacon - name cannot start with the reserved prefix `_ferretdb_`; - database name must not include non-latin letters; - collection name must be valid UTF-8 characters; - - database name must not start with a number; 9. FerretDB offers the same validation rules for the `scale` parameter in both the `collStats` and `dbStats` commands. If an invalid `scale` value is provided in the `dbStats` command, the same error codes will be triggered as with the `collStats` command.