Skip to content

Commit

Permalink
fixing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Mar 14, 2018
1 parent 97d8992 commit a8d78c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Fluent/Query/DatabaseQuery.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct DatabaseQuery<Database> where Database: QuerySupporting {
/// Sorts to be applied to the results.
public var sorts: [QuerySort]

/// Sorts to be applied to the results.
/// Group By to be applied to the results.
public var groups: [QueryGroupBy]

/// Aggregates / computed methods.
Expand Down

0 comments on commit a8d78c4

Please sign in to comment.