diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py
index dfca16a..c18177c 100644
--- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py
+++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py
@@ -84,7 +84,7 @@ def on_ai_best_reward(agent, reward):
     pass
 
 
-# called when the AI got the best reward so far
+# called when the AI got the worst reward so far
 def on_ai_worst_reward(agent, reward):
     pass