You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/02/27 16:05:15 UTC

lucy git commit: Use "hash" instead "Hash" in DocuComments

Repository: lucy
Updated Branches:
  refs/heads/master 00ece7148 -> 0d6b493f2


Use "hash" instead "Hash" in DocuComments

"Hash" implies a Clownfish::Hash but the Perl bindings use Perl hashes.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/0d6b493f
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/0d6b493f
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/0d6b493f

Branch: refs/heads/master
Commit: 0d6b493f2c7ed321580c2c2f79c9658ae46ec1cb
Parents: 00ece71
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Feb 27 15:46:38 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Feb 27 15:46:38 2016 +0100

----------------------------------------------------------------------
 core/Lucy/Index/DataWriter.cfh | 2 +-
 core/Lucy/Index/Segment.cfh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/0d6b493f/core/Lucy/Index/DataWriter.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Index/DataWriter.cfh b/core/Lucy/Index/DataWriter.cfh
index 57733cc..0a949d4 100644
--- a/core/Lucy/Index/DataWriter.cfh
+++ b/core/Lucy/Index/DataWriter.cfh
@@ -102,7 +102,7 @@ public class Lucy::Index::DataWriter inherits Clownfish::Obj {
     Finish(DataWriter *self);
 
     /** Arbitrary metadata to be serialized and stored by the Segment.  The
-     * default implementation supplies a Hash with a single key-value pair for
+     * default implementation supplies a hash with a single key-value pair for
      * "format".
      */
     public incremented Hash*

http://git-wip-us.apache.org/repos/asf/lucy/blob/0d6b493f/core/Lucy/Index/Segment.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Index/Segment.cfh b/core/Lucy/Index/Segment.cfh
index 2187485..0e6c20d 100644
--- a/core/Lucy/Index/Segment.cfh
+++ b/core/Lucy/Index/Segment.cfh
@@ -70,7 +70,7 @@ public class Lucy::Index::Segment nickname Seg inherits Clownfish::Obj {
     public int32_t
     Add_Field(Segment *self, String *field);
 
-    /** Store arbitrary information in the segment's metadata Hash, to be
+    /** Store arbitrary information in the segment's metadata hash, to be
      * serialized later.  Throws an error if `key` is used twice.
      *
      * @param key String identifying an index component.