You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2017/11/02 20:13:22 UTC

[fluo-website] branch gh-pages updated: Update basic-read-write.md (#106)

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new eae38f0  Update basic-read-write.md (#106)
eae38f0 is described below

commit eae38f0426356fcc9a515272202a6a4b62a3effb
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Nov 2 16:13:20 2017 -0400

    Update basic-read-write.md (#106)
---
 tour/basic-read-write.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tour/basic-read-write.md b/tour/basic-read-write.md
index 0d672a5..a8bf053 100644
--- a/tour/basic-read-write.md
+++ b/tour/basic-read-write.md
@@ -7,7 +7,7 @@ the `exercise(MiniFluo, FluoClient)` function in [src/main/java/ft/Main.java][ma
 `ft.Main` as previously mentioned.
 
 ```java
-  private static void exercises(MiniFluo mini, FluoClient client) {
+  private static void exercise(MiniFluo mini, FluoClient client) {
     String row = "kerbalnaut0001";
     Column fName = new Column("name", "first");
     Column lName = new Column("name", "last");

-- 
To stop receiving notification emails like this one, please contact
['"commits@fluo.apache.org" <co...@fluo.apache.org>'].