Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrodes committed Oct 23, 2024
1 parent fb16db2 commit 781a9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ newtype TException =
TCxxException()

Check warning on line 19 in cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll

View workflow job for this annotation

GitHub Actions / qldoc

Missing QLdoc for newtype-branch Throwing::TCxxException

/**
* Functions with information about how an exception is throwwn or if one is thrown at all.
* Functions with information about how an exception is thrown or if one is thrown at all.
* If throwing details conflict for the same function, IR is assumed
* to use the most restricted interpretation, meaning taking options
* that stipulate no exception is raised, before the exception is always raised,
Expand Down

0 comments on commit 781a9b7

Please sign in to comment.