Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DAE8D200C7F for ; Tue, 9 May 2017 14:38:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D9874160BB3; Tue, 9 May 2017 12:38:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 31952160BC8 for ; Tue, 9 May 2017 14:38:47 +0200 (CEST) Received: (qmail 11082 invoked by uid 500); 9 May 2017 12:38:46 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 10732 invoked by uid 99); 9 May 2017 12:38:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2017 12:38:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA93CE0FE7; Tue, 9 May 2017 12:38:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erans@apache.org To: commits@commons.apache.org Date: Tue, 09 May 2017 12:38:47 -0000 Message-Id: <79ef7899834a4825b45051bd6a1e1ba4@git.apache.org> In-Reply-To: <62854b070b604906ba811da7c8a75a95@git.apache.org> References: <62854b070b604906ba811da7c8a75a95@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] commons-numbers git commit: Typo (Javadoc). archived-at: Tue, 09 May 2017 12:38:48 -0000 Typo (Javadoc). Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/842119c5 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/842119c5 Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/842119c5 Branch: refs/heads/task_NUMBERS-33__Gamma Commit: 842119c50b75a73b86005f954db6f4f7b40e30c3 Parents: 8fb9604 Author: Gilles Sadowski Authored: Tue May 9 14:38:15 2017 +0200 Committer: Gilles Sadowski Committed: Tue May 9 14:38:15 2017 +0200 ---------------------------------------------------------------------- .../java/org/apache/commons/numbers/gamma/RegularizedGamma.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/842119c5/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java ---------------------------------------------------------------------- diff --git a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java index 4ea247c..5e24715 100644 --- a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java +++ b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java @@ -138,7 +138,7 @@ public abstract class RegularizedGamma { } /** - * Creates the \( Q(a, x) \equiv 1 - P(a, x) \) \) + * Creates the \( Q(a, x) \equiv 1 - P(a, x) \) * regularized Gamma function. * * Class is immutable.