Skip to content

Commit

Permalink
Fix typo in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Jun 15, 2024
1 parent a133c7f commit a4092a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/v0.1.0/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-15T18:31:50","documenter_version":"1.4.1"}}
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-15T18:38:38","documenter_version":"1.4.1"}}
6 changes: 5 additions & 1 deletion docs/v0.1.0/readers.html
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,11 @@ <h1 id="Readers-axes">
<code class="language-julia hljs">function axis_indices(daf::DafReader, axis::AbstractString, entries::AbstractVector{&lt;:AbstractString})::AbstractVector{&lt;:Integer}
</code>
</pre>
<p>Return a vector of the indices of the entries in the axis.
<p>Return a vector of the indices of the
<code>entries
</code> in the
<code>axis
</code>.
</p>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/readers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ end
"""
function axis_indices(daf::DafReader, axis::AbstractString, entries::AbstractVector{<:AbstractString})::AbstractVector{<:Integer}
Return a vector of the indices of the entries in the axis.
Return a vector of the indices of the `entries` in the `axis`.
"""
function axis_indices(
daf::DafReader,
Expand Down

0 comments on commit a4092a4

Please sign in to comment.