Skip to content

Commit 414764c

Browse files
committed
Concepts: Minor rewrite in qldoc
As suggested by @hmac
1 parent e50a942 commit 414764c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/ql/lib/semmle/javascript/internal/ConceptsShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides Concepts which are shared across languages.
33
*
4-
* Each language will have a language specific `Concepts.qll` file that can import the
4+
* Each language has a language specific `Concepts.qll` file that can import the
55
* shared concepts from this file. A language can either re-export the concept directly,
66
* or can add additional member-predicates that are needed for that language.
77
*

python/ql/lib/semmle/python/internal/ConceptsShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides Concepts which are shared across languages.
33
*
4-
* Each language will have a language specific `Concepts.qll` file that can import the
4+
* Each language has a language specific `Concepts.qll` file that can import the
55
* shared concepts from this file. A language can either re-export the concept directly,
66
* or can add additional member-predicates that are needed for that language.
77
*

ruby/ql/lib/codeql/ruby/internal/ConceptsShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides Concepts which are shared across languages.
33
*
4-
* Each language will have a language specific `Concepts.qll` file that can import the
4+
* Each language has a language specific `Concepts.qll` file that can import the
55
* shared concepts from this file. A language can either re-export the concept directly,
66
* or can add additional member-predicates that are needed for that language.
77
*

0 commit comments

Comments
 (0)