From 96e27f0e7d4e0c71976305d0d2c36a6c39d9853c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 16 Jan 2024 20:43:03 +0100 Subject: [PATCH] docs: Update title of coding style guide We are about to add a C coding style, so make clear that the existing coding style doc refers to JS. Part-of: --- docs/js-coding-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js-coding-style.md b/docs/js-coding-style.md index 617f33be6..645e828f9 100644 --- a/docs/js-coding-style.md +++ b/docs/js-coding-style.md @@ -1,4 +1,4 @@ -# Coding guide +# JS Coding Style Our goal is to have all JavaScript code in GNOME follow a consistent style. In a dynamic language like JavaScript, it is essential to be rigorous about style