Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Sep 20, 2024
1 parent 1557a1d commit 36e46b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class QUOTIENT_API Connection : public QObject {
//! Start a pre-created job object on this connection
Q_INVOKABLE BaseJob* run(BaseJob* job, RunningPolicy runningPolicy = ForegroundRequest);

//! \brief Start a pre-created job on this connection and get a job handler to it
//! \brief Start a pre-created job on this connection and get a job handle to it
//!
//! This is a template overload for run(BaseJob*, RunningPolicy) - if you call run() on any
//! derived job (99% of the cases when you're going to call it), this overload will be chosen
Expand Down

0 comments on commit 36e46b2

Please sign in to comment.