Skip to content

Commit 1889047

Browse files
MekalBoyteodutu
authored andcommitted
data: Fix typo in working-memory.md
Updated comment to reflect actual content in code. Signed-off-by: Tache Robert Andrei <tacheandu@gmail.com>
1 parent d2ca79a commit 1889047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/data/lab/content/working-memory.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ From a programmer's perspective, this looks pretty straightforward:
1515
int main(void)
1616
{
1717
int a; // declare variable
18-
a = 42; // write 7 to variable a
18+
a = 42; // write 42 to variable a
1919
printf("%d\n", a); // read variable a and print its contents
2020

2121
return 0;

0 commit comments

Comments
 (0)