[
https://issues.apache.org/jira/browse/GEODE-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15937090#comment-15937090
]
ASF GitHub Bot commented on GEODE-2513:
---------------------------------------
Github user davebarnes97 commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/69#discussion_r107524367
--- Diff:
docs/geode-native-docs/cpp-caching-api/accessing-entry.html.md.erb ---
@@ -35,11 +35,11 @@ for ( int32_t i=0; i< 100; i++) {
## <a
id="concept_2B85EC4AB9FA446998147A1539D818CC__section_80F9A9E8F8514A9FBA19106C2473B370"
class="no-quick-link"></a>Bulk Get Operations Using getAll
-You can use the `Region::getAll` API (`Region.GetAll` for .NET) to get
values for an array of keys from the local cache or server. If the value for a
key is not present locally, then it is requested from the server.
+You can use the `Region::getAll` methond to get values for an array of
keys from the local cache or server. If the value for a key is not present
locally, then it is requested from the server.
--- End diff --
in cpp-caching-api/accessing-entry.html.md.erb, "methond" should be
"method".
> Geode Native docs: rebrand to match open-source software
> --------------------------------------------------------
>
> Key: GEODE-2513
> URL: https://issues.apache.org/jira/browse/GEODE-2513
> Project: Geode
> Issue Type: Improvement
> Components: docs
> Reporter: Dave Barnes
>
> The newly-contributed Geode Native doc sources contain some GemFire artifacts
> that have been purged from the open-source code. Docs should be updated to
> match.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)