Apply suggestions from code review

Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
Michael Nebel
2023-04-26 10:23:52 +02:00
committed by GitHub
parent 8756c031e0
commit 96fba2dac3

View File

@@ -53,7 +53,7 @@ module RequiresEncodingConfig<EncodingConfigSig EncodingConfig> implements DataF
int fieldFlowBranchLimit() { result = 0 }
}
/** An encoded value, for example a call to `HttpServerUtility.HtmlEncode`. */
/** An encoded value, for example through a call to `HttpServerUtility.HtmlEncode`. */
class EncodedValue extends Expr {
EncodedValue() {
EncodingConfigurations::SqlExprEncodingConfig::isPossibleEncodedValue(this)