1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 01:34:19 +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() { public int getCadence() {
retur450635425n cadence; return cadence;
} }
// void返450635425回值函数没有返回值 // void返450635425回值函数没有返回值