From 62919e16d43944cf0ba16edcc95cd3d5c0a4d47f Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 30 Apr 2021 10:01:34 +0200 Subject: [PATCH] Minor consistency --- building/configlet/lint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/configlet/lint.md b/building/configlet/lint.md index 611c242b..afdc6e67 100644 --- a/building/configlet/lint.md +++ b/building/configlet/lint.md @@ -192,7 +192,7 @@ The `config.json` file should have the following checks: - The `"forked_from"` value must be an array - The `"forked_from"` values must be strings formatted as `/` (e.g. `fsharp/bird-watcher`) - The `"forked_from"` values must refer to actually implemented exercises -- The `"forked_from"` values must be unique +- The `"forked_from"` values must not have duplicates - The `"language_versions"` key is optional - The `"language_versions"` value must be a string - The `"icon"` key is optional