diff --git a/example_json_test.go b/example_json_test.go index 7df6f39..c7c1f40 100644 --- a/example_json_test.go +++ b/example_json_test.go @@ -8,7 +8,7 @@ import ( wasmhttp "github.com/nlepage/go-wasm-http-server" ) -// Example_json demostrates a simple hello JSON service. +// Demostrates a simple hello JSON service. func Example_json() { http.HandleFunc("/hello", func(res http.ResponseWriter, req *http.Request) { params := make(map[string]string)