From 7a2357b48cf20f55be88fb086a15c29455e80f75 Mon Sep 17 00:00:00 2001 From: "Benjamin W. Bohl" Date: Wed, 8 Nov 2023 14:36:23 +0100 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80e39c2f8..b69558814 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ ## xqDoc -We use [xqDoc](https://xqdoc.org) for documenting the XQueries in this repository. Please refer to the section [xqDoc Comments](https://xqdoc.org/xqdoc_comments_doc.html) of the xyDoc-website for details on formatting the documentation comment blocks. +We use [xqDoc](https://xqdoc.org) for documenting the XQueries in this repository. Please refer to the section [xqDoc Comments](https://xqdoc.org/xqdoc_comments_doc.html) of the xqDoc-website for details on formatting the documentation comment blocks. * XQuery modules must have a library module xqDoc comment preceding the module declaration. * Function declarations must have a library module xqDoc function comment preceding the function. @@ -55,4 +55,4 @@ For LICENSE-Details please refer to the LICENSE file in the root directory of th ### XQuery body -* Strings: escape with U+00027 APOSTROPHE: `'` \ No newline at end of file +* Strings: escape with U+00027 APOSTROPHE: `'`