From ad752647329351431f67112b72767906ae273302 Mon Sep 17 00:00:00 2001 From: Julien Hertout <57949794+jhertout@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:21:48 +0200 Subject: [PATCH] Update RULES.md Fix Markdown error in Rules.md --- RULES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RULES.md b/RULES.md index b1ffcac40..8fb779a7a 100644 --- a/RULES.md +++ b/RULES.md @@ -62,5 +62,4 @@ This table lists rules proposed by the community but refused in ecoCode plugins | Name | Description | Language | Invalidation | |------------|------------|------------|------------| | Use numpy array instead of standard list | The use of numpy library to perform array manipulation is more energy efficient than the use of the standard list functions. | Python | [Github discussion with measures](https://github.com/green-code-initiative/ecoCode/issues/132) | -| HTML page must contain a doctype tag | The difference in performance is negligible, this rule is more related to - the user experience. | HTML | [Github discussion with sources](https://github.com/green-code-initiative/ecoCode/issues/103) | +| HTML page must contain a doctype tag | The difference in performance is negligible, this rule is more related to the user experience. | HTML | [Github discussion with sources](https://github.com/green-code-initiative/ecoCode/issues/103) |