Skip to content

Commit 4f60514

Browse files
authored
software-stack/high-level-languages: Fix typo in high-level-lang task
Replace `spport/` with `support/`. Signed-off-by: Sorin Birchi <[email protected]>
1 parent 2717eea commit 4f60514

File tree

1 file changed

+1
-1
lines changed
  • chapters/software-stack/high-level-languages/drills/tasks/high-level-lang

1 file changed

+1
-1
lines changed

chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# High-Level Languages
22

3-
Enter the `high-level-lang/` directory from the lab archive (or `chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/` if you are working directly in the repository), run `make skels`, then enter `spport/`
3+
Enter the `high-level-lang/` directory from the lab archive (or `chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/` if you are working directly in the repository), run `make skels`, then enter `support/`
44
Then go through the practice items below.
55

66
1. Use `make` to create the `hello` executable from the `hello.go` file (a Go "Hello, World!"-printing program).

0 commit comments

Comments
 (0)