@@ -357,7 +357,7 @@ discard block |
||
357 | 357 | $resultNames[] = $this->formatName($name, $rank); |
358 | 358 | } |
359 | 359 | break; |
360 | - /* “partial-first” - as “partial-each”, but substitution is limited to the first name of the name |
|
360 | + /* “partial-first” - as “partial-each”, but substitution is limited to the first name of the name |
|
361 | 361 | variable. */ |
362 | 362 | case SubsequentAuthorSubstituteRule::PARTIAL_FIRST: |
363 | 363 | if ($rank === 0) { |
@@ -371,7 +371,7 @@ discard block |
||
371 | 371 | } |
372 | 372 | break; |
373 | 373 | |
374 | - /* “complete-each” - requires a complete match like “complete-all”, but now the value of |
|
374 | + /* “complete-each” - requires a complete match like “complete-all”, but now the value of |
|
375 | 375 | subsequent-author-substitute substitutes for each rendered name. */ |
376 | 376 | case SubsequentAuthorSubstituteRule::COMPLETE_EACH: |
377 | 377 | try { |
@@ -44,9 +44,9 @@ |
||
44 | 44 | 'chapter-number', // chapter number |
45 | 45 | 'collection-number', // number identifying the collection holding the item (e.g. the series number for a book) |
46 | 46 | 'edition', // (container) edition holding the item (e.g. “3” when citing a chapter in the third |
47 | - // edition of a book) |
|
47 | + // edition of a book) |
|
48 | 48 | 'issue', // (container) issue holding the item (e.g. “5” when citing a journal article from |
49 | - // journal volume 2, issue 5) |
|
49 | + // journal volume 2, issue 5) |
|
50 | 50 | 'number', // number identifying the item (e.g. a report number) |
51 | 51 | 'number-of-pages', // total number of pages of the cited item |
52 | 52 | 'number-of-volumes', // total number of volumes, usable for citing multi-volume books and such |