From 82a9eb84f0aa2a95096ae9fb0715e446200a4e10 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 3 May 2024 20:23:58 +1200 Subject: [PATCH] esvapi: fix documentation for getPassage() --- esvapi.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esvapi.d b/esvapi.d index abf3e89..9a0016a 100644 --- a/esvapi.d +++ b/esvapi.d @@ -242,8 +242,8 @@ class ESVApi /++ + Requests the passage in text format from the API and returns it. - + The (case-insensitive) name of the book being searched are - + contained in the argument book. The verse(s) being looked up are + + The (case-insensitive) name of the book being searched is + + contained in the argument book. The verses being looked up are + contained in the argument verses. + + Example: getPassage("John", "3:16-21")