From 7523255f455bc78a6a9d954ddfe17cf9114b4326 Mon Sep 17 00:00:00 2001 From: sebgoa Date: Sun, 18 Feb 2024 22:28:36 +0100 Subject: [PATCH] fix typos Signed-off-by: sebgoa --- examples/describe-code.gpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/describe-code.gpt b/examples/describe-code.gpt index 42d8d228..b29366ae 100644 --- a/examples/describe-code.gpt +++ b/examples/describe-code.gpt @@ -1,8 +1,8 @@ Tools: sys.find, count, summarize, compare -Find the top 10 go files that have to most lines of code. Then summarize each one. +Find the top 10 go files that have the most lines of code. Then summarize each one. -Looking at the summary of all files write a short description of this program and it's function. +Looking at the summary of all files write a short description of this program and its function. --- name: compare