Concepts: Minor rewrite in qldoc

As suggested by @hmac
This commit is contained in:
Rasmus Wriedt Larsen
2022-03-22 10:33:58 +01:00
parent e50a9421a6
commit 414764ccee
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/**
* Provides Concepts which are shared across languages.
*
* Each language will have a language specific `Concepts.qll` file that can import the
* Each language has a language specific `Concepts.qll` file that can import the
* shared concepts from this file. A language can either re-export the concept directly,
* or can add additional member-predicates that are needed for that language.
*