chore(examples): fix typo

Andrey Nering created

Change summary

examples/simple/main.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

examples/simple/main.go 🔗

@@ -1,6 +1,6 @@
 package main
 
-// This is a basic example illustrting how to create an agent with a custom
+// This is a basic example illustrating how to create an agent with a custom
 // tool call.
 
 import (