We're doing some work on theming solr results, and I was looking through the inline docs in the apachesolr.module in the apachesolr_theme function --

This is incredibly minor, but in:

function apachesolr_theme() {
  return array(
    /**
     * Returns a link for a facet term with the # of results clicking it will yeild (count)
     */

The word "yield" is spelled "yield" --

Is there an award for the most anal and insignificant issue reported? If so, can I be in the running?

FWIW, this line could possibly be rephrased as:

     * Returns a link for a facet term, with the number (count) of results for that term

Comments

robertdouglass’s picture

No bug is too small =) Will fix with the next commit I make.

robertdouglass’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.