Skip to content

Commit 67f7d25

Browse files
committed
fixing type in debug code path
1 parent 3e037a2 commit 67f7d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-language/guided-project-arrays-iteration-selection/includes/3-exercise-create-arrays-foreach-loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ In this task, you'll run the application to verify that your code logic is worki
410410
```txt
411411
Determining projects to restore...
412412
All projects are up-to-date for restore.
413-
Starter -> C:\Users\someuser\Desktop\GuidedProject\Starter\bin\6Debug\net10.0\Starter.dll
413+
Starter -> C:\Users\someuser\Desktop\GuidedProject\Starter\bin\Debug\net10.0\Starter.dll
414414

415415
Build succeeded.
416416
0 Warning(s)

0 commit comments

Comments
 (0)