esvapi: fix documentation for getPassage()
This commit is contained in:
parent
00e6e3d05d
commit
82a9eb84f0
1 changed files with 2 additions and 2 deletions
4
esvapi.d
4
esvapi.d
|
@ -242,8 +242,8 @@ class ESVApi
|
||||||
|
|
||||||
/++
|
/++
|
||||||
+ Requests the passage in text format from the API and returns it.
|
+ Requests the passage in text format from the API and returns it.
|
||||||
+ The (case-insensitive) name of the book being searched are
|
+ The (case-insensitive) name of the book being searched is
|
||||||
+ contained in the argument book. The verse(s) being looked up are
|
+ contained in the argument book. The verses being looked up are
|
||||||
+ contained in the argument verses.
|
+ contained in the argument verses.
|
||||||
+
|
+
|
||||||
+ Example: getPassage("John", "3:16-21")
|
+ Example: getPassage("John", "3:16-21")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue