1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

correct typo

This commit is contained in:
Ryan
2013-12-10 22:06:44 +08:00
parent d13b4766f8
commit 55e01bd88c

View File

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