Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bramtayl committed Jun 30, 2019
1 parent 39951af commit d336f57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/LightQuery.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ module LightQuery

import Base: ==, !=, !, &, |, axes, coalesce, collect_similar, collect_to!,
copyto!, eltype, empty, first, get, getindex, getproperty, grow_to!, haskey,
isequal, ifelse, in, IndexStyle, IteratorEltype, IteratorSize, isless,
ismissing, length, iterate, merge, NamedTuple, occursin, push!, setindex!,
size, show, similar, startswith, view, zip
isequal, in, IndexStyle, IteratorEltype, IteratorSize, isless, ismissing,
length, iterate, merge, NamedTuple, occursin, push!, setindex!, size, show,
similar, startswith, view, zip
@static if VERSION >= v"1.1"
import Base: push_widen, setindex_widen_up_to
end
using Base: argument_datatype, _collect, @default_eltype, diff_names,
EltypeUnknown, Generator, HasEltype, HasLength, HasShape, isvatuple, @pure,
promote_typejoin, @propagate_inbounds, SizeUnknown, tail
using Base: _collect, @default_eltype, diff_names, EltypeUnknown, Generator,
HasEltype, HasLength, HasShape, isvatuple, @pure, promote_typejoin,
@propagate_inbounds, SizeUnknown, tail
import Base.Iterators: drop, flatten, take
using Base.Iterators: Filter, Zip
@static if VERSION < v"1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/rows.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct Backwards{Increasing}
end

"""
struct Backwards{Increasing}
backwards(something)
Reverse sorting order.
Expand Down
2 changes: 1 addition & 1 deletion src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ value(pair::Pair) = pair.second
export value

"""
if_known(something)
@if_known(something)
If `something` is `missing`, return `missing`, otherwise, `something`.
Expand Down

0 comments on commit d336f57

Please sign in to comment.