Merge remote-tracking branch 'remotes/origin/patch-2'

This commit is contained in:
picasso250 2013-12-11 10:53:25 +08:00
commit a9f86384d3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ lang: zh-cn
--- ---
Bash 是一个为 GNU 计划编写的 Unix shell是 Linux 和 Mac OS X 下的默认 shell。 Bash 是一个为 GNU 计划编写的 Unix shell是 Linux 和 Mac OS X 下的默认 shell。
以下大多数例子可以作为脚本的一部分运行也可直接在 shell 下交互执行。 以下大多数例子可以作为脚本的一部分运行也可直接在 shell 下交互执行。
[更多信息](http://www.gnu.org/software/bash/manual/bashref.html) [更多信息](http://www.gnu.org/software/bash/manual/bashref.html)

View File

@ -322,7 +322,7 @@ class Bicycle {
// 方法声明的语法: // 方法声明的语法:
// <作用域> <返回值类型> <方法名>(<参数列表>) // <作用域> <返回值类型> <方法名>(<参数列表>)
public int getCadence() { public int getCadence() {
retur450635425n cadence; return cadence;
} }
// void返450635425回值函数没有返回值 // void返450635425回值函数没有返回值