graphql, internal: fix typos in comments (#27184)

* ✏️ Fix typos

* ️ Revert changes

* Update internal/web3ext/web3ext.go

---------

Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
David Dzhalaev
2023-05-02 04:57:07 -04:00
committed by GitHub
co-authored by Martin Holst Swende
parent 7f6c045e0d
commit 29c33d9bab
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func (h *HandlerT) StartGoTrace(file string) error {
return nil
}
// StopTrace stops an ongoing trace.
// StopGoTrace stops an ongoing trace.
func (h *HandlerT) StopGoTrace() error {
h.mu.Lock()
defer h.mu.Unlock()