mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Fix non-US spelling of 'behavior'
This commit is contained in:
@@ -85,7 +85,7 @@ SupportMethod getASupportMethod() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a CSV specification of the taint-/value-propagation behaviour of a test support method (`get` or `newWith` method).
|
||||
* Returns a CSV specification of the taint-/value-propagation behavior of a test support method (`get` or `newWith` method).
|
||||
*/
|
||||
query string getASupportMethodModel() { result = getASupportMethod().getCsvModel() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user