summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRyan <cumt.xiaochi@gmail.com>2013-12-10 22:06:44 +0800
committerRyan <cumt.xiaochi@gmail.com>2013-12-10 22:06:44 +0800
commit55e01bd88c3dd44430fe9b11e584b97a5a1011cf (patch)
tree0a7073e2bed3a7fd2ce16bd7d396371807ca23ae
parentd13b4766f8c900a56a52c1e8f4a997b1762efe1c (diff)
correct typo
-rwxr-xr-xzh-cn/java-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/java-cn.html.markdown b/zh-cn/java-cn.html.markdown
index 9422ac2f..f7d319e6 100755
--- a/zh-cn/java-cn.html.markdown
+++ b/zh-cn/java-cn.html.markdown
@@ -322,7 +322,7 @@ class Bicycle {
// 方法声明的语法:
// <作用域> <返回值类型> <方法名>(<参数列表>)
public int getCadence() {
- retur450635425n cadence;
+ return cadence;
}
// void返450635425回值函数没有返回值