mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Apply suggestions from code review
Co-Authored-By: Shati Patel <shati@semmle.com>
This commit is contained in:
committed by
GitHub Enterprise
parent
0d2fe473d7
commit
3d7046e38c
@@ -60,7 +60,7 @@ module StringConcatenation {
|
||||
|
||||
module StringOps {
|
||||
/**
|
||||
* A expression that is equivalent to `strings.HasPrefix(A, B)` or `!strings.HasPrefix(A, B)`.
|
||||
* An expression that is equivalent to `strings.HasPrefix(A, B)` or `!strings.HasPrefix(A, B)`.
|
||||
*
|
||||
* Extends this class to refine existing API models. If you want to model new APIs,
|
||||
* extend `StringOps::HasPrefix::Range` instead.
|
||||
@@ -93,7 +93,7 @@ module StringOps {
|
||||
|
||||
module HasPrefix {
|
||||
/**
|
||||
* A expression that is equivalent to `strings.HasPrefix(A, B)` or `!strings.HasPrefix(A, B)`.
|
||||
* An expression that is equivalent to `strings.HasPrefix(A, B)` or `!strings.HasPrefix(A, B)`.
|
||||
*
|
||||
* Extends this class to model new APIs. If you want to refine existing API models, extend
|
||||
* `StringOps::HasPrefix` instead.
|
||||
|
||||
Reference in New Issue
Block a user