You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	Fix typo in go libraries (#2652)
This commit is contained in:
		| @@ -60,7 +60,7 @@ func sleepy(ctx context.Context) { | ||||
|  | ||||
| // httpHandler is an HTTP handler function that is going to be instrumented. | ||||
| func httpHandler(w http.ResponseWriter, r *http.Request) { | ||||
| 	fmt.Fprintf(w, "Hello, World! I am instrumented autoamtically!") | ||||
| 	fmt.Fprintf(w, "Hello, World! I am instrumented automatically!") | ||||
| 	ctx := r.Context() | ||||
| 	sleepy(ctx) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user