Apply suggestions from code review

Co-Authored-By: Shati Patel <shati@semmle.com>
This commit is contained in:
Max Schaefer
2020-01-07 20:07:44 +00:00
committed by GitHub Enterprise
parent 0d2fe473d7
commit 3d7046e38c

View File

@@ -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.