Skip to content

Commit 76b5394

Browse files
committed
review-3
1 parent ec4e63b commit 76b5394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/quantum/qsharp-create-first-quantum-development-kit/includes/4-random-number-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ operation GenerateRandomBit() : Result {
7272
Reset(q);
7373
7474
// Return the result of the measurement.
75-
return result;
75+
return result;
7676
}
7777
```
7878

0 commit comments

Comments
 (0)