<p>In <a href="https://github.com/mlpack/mlpack/pull/708#discussion_r71204180">src/mlpack/core/tree/hollow_ball_bound.hpp</a>:</p>
<pre style='color:#555'>&gt; +
&gt; +  //! Empty Constructor.
&gt; +  HollowBallBound();
&gt; +
&gt; +  /**
&gt; +   * Create the ball bound with the specified dimensionality.
&gt; +   *
&gt; +   * @param dimension Dimensionality of ball bound.
&gt; +   */
&gt; +  HollowBallBound(const size_t dimension);
&gt; +
&gt; +  /**
&gt; +   * Create the ball bound with the specified radius and center.
&gt; +   *
&gt; +   * @param innerRradius Inner radius of ball bound.
&gt; +   * @param outerRradius Outer radius of ball bound.
</pre>
<p>Very minor typos in the parameter names here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/708/files/6c68a88b9a907079c740e0a6e30b17c1de4bbaec#r71204180">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFPeP_5dqGW2mvV-_o9TQSddArc5Jks5qW8kogaJpZM4I_COp">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFIDfnlZzpEf2JJoRTiiPkAY2UY39ks5qW8kogaJpZM4I_COp.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/708/files/6c68a88b9a907079c740e0a6e30b17c1de4bbaec#r71204180"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>