(Trivial) Fix QLDoc grammar

This commit is contained in:
Owen Mansel-Chan
2026-06-02 00:39:25 +01:00
parent 28bb1a6870
commit 1a747dd8be

View File

@@ -438,7 +438,7 @@ private class HeuristicLoggerFunction extends Method {
/**
* A call to an interface that looks like a logger. It is common to use a
* locally-defined interface for logging to make it easy to changing logging
* locally-defined interface for logging to make it easy to change logging
* library.
*/
private class HeuristicLoggerCall extends LoggerCall::Range, DataFlow::CallNode {