Skip to content

Commit 3584e85

Browse files
committed
JS: fix tutorial
1 parent 3dfe2b3 commit 3584e85

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/tutorials/Validating RAML-based APIs

1 file changed

+1
-1
lines changed

javascript/ql/test/tutorials/Validating RAML-based APIs/Osprey.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class OspreyMethodDefinition extends MethodCallExpr {
4848
OspreyApi getApi() { this.getReceiver() = result.getAnAccess() }
4949

5050
/** DEPRECATED: Alias for getApi */
51-
deprecated OspreyAPI getAPI() { result = this.getApi() }
51+
deprecated OspreyApi getAPI() { result = this.getApi() }
5252

5353
/** Get the verb which this method implements. */
5454
string getVerb() { result = this.getMethodName() }

0 commit comments

Comments
 (0)