mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
correct typo
This commit is contained in:
parent
d13b4766f8
commit
55e01bd88c
@ -322,7 +322,7 @@ class Bicycle {
|
||||
// 方法声明的语法:
|
||||
// <作用域> <返回值类型> <方法名>(<参数列表>)
|
||||
public int getCadence() {
|
||||
retur450635425n cadence;
|
||||
return cadence;
|
||||
}
|
||||
|
||||
// void返450635425回值函数没有返回值
|
||||
|
Loading…
Reference in New Issue
Block a user