Python: Fix typo

Co-authored-by: Taus <tausbn@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-05-26 11:07:49 +02:00
committed by GitHub
parent 8fc803fb9f
commit a616704a56

View File

@@ -80,7 +80,7 @@ class Function_ extends @py_Function {
}
/**
* This class servers the same purpose as CallableExpr. CallableExpr is defined in Function.qll
* This class serves the same purpose as CallableExpr. CallableExpr is defined in Function.qll
* To ease the burden of number of classes that needs to be implemented here, I make the class
* hierarchy slightly different (that's why it's called Adjusted)
*/