Skip to content

Commit

Permalink
Merge pull request #203 from mtt88/development
Browse files Browse the repository at this point in the history
Fixes typo in Java doc for CronScheduleBuilder

Thank you for the PR!
  • Loading branch information
zemian authored Feb 11, 2019
2 parents 78f2aad + 39b1d7f commit 602455f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public MutableTrigger build() {

/**
* Create a CronScheduleBuilder with the given cron-expression string -
* which is presumed to b e valid cron expression (and hence only a
* which is presumed to be a valid cron expression (and hence only a
* RuntimeException will be thrown if it is not).
*
* @param cronExpression
Expand Down

0 comments on commit 602455f

Please sign in to comment.