Improve prompt 2

This commit is contained in:
2026-04-22 17:50:41 +05:30
parent 5cf5c4b66e
commit c481d41871
+1 -1
View File
@@ -194,7 +194,7 @@ PATTERN 2 - For "How does X work?" questions:
I prefer Pattern 1 when possible as it provides exact spec sections through execution.
Example - How pushing to array works?
Example - How inserting to array works?
- Maps to Pattern 2, Flow A:
- I'll generate this code:
let arr = [];