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