Skip to content

Commit 041aa39

Browse files
dbolkensteynlovepoem
authored andcommitted
README: Fix typo in example code (apache#5136)
1 parent 4e10149 commit 041aa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ There's a [README](https://github.com/apache/dubbo-samples/tree/master/dubbo-sam
6666
package org.apache.dubbo.samples.api;
6767

6868
public interface GreetingService {
69-
String sayHello(String name);
69+
String sayHi(String name);
7070
}
7171
```
7272

0 commit comments

Comments
 (0)