From dddf503e058c93cd159f5ff5e0a194a49effdebd Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Sat, 27 Jan 2024 19:58:16 -0500 Subject: [PATCH] fixes typo in branch mispredictions --- docs/branch_mispredictions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/branch_mispredictions.md b/docs/branch_mispredictions.md index 0cc583f..f5a4723 100644 --- a/docs/branch_mispredictions.md +++ b/docs/branch_mispredictions.md @@ -6,7 +6,7 @@ you could possibly write. Time to see how to improve it! Which algorithm do you think would win? -1. row each row: +1. for each row: - check if it's null or not - if it's not null, calculate its absolute value 2. for each row: