From 278d0fb7984ad9bfcabf159856bd72219d93338c Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:06:37 +0200 Subject: [PATCH] fix typo --- docs/qldoc-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/qldoc-style-guide.md b/docs/qldoc-style-guide.md index b8329e7a338..b4c356bf189 100644 --- a/docs/qldoc-style-guide.md +++ b/docs/qldoc-style-guide.md @@ -30,7 +30,7 @@ Valid QL comments are known as QLDoc. This document describes the recommended st 1. Public declarations must be documented. 1. Non-public declarations should be documented. 1. Declarations in query files should be documented. -1. Library files (`.qll` files) should be have a documentation comment at the top of the file. +1. Library files (`.qll` files) should have a documentation comment at the top of the file. 1. Query files, except for tests, must have a QLDoc query documentation comment at the top of the file. ## QLDoc for predicates