chore(docs): fix functions and struct comments (#21010)

This commit is contained in:
winniehere
2024-07-22 07:35:43 +00:00
committed by GitHub
parent f9f2ad7fa9
commit 331eaf42f3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ func Example() {
// Output: 10000
}
// ExampleOneModule shows how to use the integration test framework to test the integration of a single module.
// Example_oneModule shows how to use the integration test framework to test the integration of a single module.
// That module has no dependency on other modules.
func Example_oneModule() {
// in this example we are testing the integration of the auth module: