From a4092a45147d3c1305e36a77ec9cf65b55052225 Mon Sep 17 00:00:00 2001 From: Oren Ben-Kiki Date: Sat, 15 Jun 2024 18:38:51 +0300 Subject: [PATCH] Fix typo in doc. --- docs/v0.1.0/.documenter-siteinfo.json | 2 +- docs/v0.1.0/readers.html | 6 +++++- src/readers.jl | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/v0.1.0/.documenter-siteinfo.json b/docs/v0.1.0/.documenter-siteinfo.json index 619d9da..f84bbf3 100644 --- a/docs/v0.1.0/.documenter-siteinfo.json +++ b/docs/v0.1.0/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-15T18:31:50","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-15T18:38:38","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/docs/v0.1.0/readers.html b/docs/v0.1.0/readers.html index 2a961b9..d212a34 100644 --- a/docs/v0.1.0/readers.html +++ b/docs/v0.1.0/readers.html @@ -654,7 +654,11 @@

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 +.

diff --git a/src/readers.jl b/src/readers.jl index 0180b4d..fda56ed 100644 --- a/src/readers.jl +++ b/src/readers.jl @@ -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,