Fix typo in QL help

This commit is contained in:
Tamas Vajk
2025-03-12 11:00:16 +01:00
parent 17aa3fc428
commit 24f129c12c

View File

@@ -1,6 +1,6 @@
## Overview
An empty method may indicate that an implementation was intended to be provided but was accidentally omitted. When using the method, it will not be clear that it does not provide an implentation and with dynamic dispatch, resolving to a blank method may result in unexpected program behaviour.
An empty method may indicate that an implementation was intended to be provided but was accidentally omitted. When using the method, it will not be clear that it does not provide an implementation and with dynamic dispatch, resolving to a blank method may result in unexpected program behaviour.
## Recommendation