Skip to content

Commit

Permalink
Capital A
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Endo authored and Yuki Endo committed Aug 29, 2022
1 parent eb99406 commit ce536e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3_function_definitions.ql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cpp
from Function f
where f.getName() = "strlen"
select f, "a function named strlen"
select f, "A function named strlen"

2 comments on commit ce536e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 query changed between a411d9c and ce536e1 after push to refs/heads/step-3:

  • 3_function_definitions.ql

Results for 3_function_definitions.ql: correct (3 results)

@github-learning-lab
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations, looks like the query you introduced for step 3 finds the correct results!

Merge this Pull Request (unless you're on main), and take a look at the instructions for the next step to continue.

Please sign in to comment.