Skip to content

Commit de99f4f

Browse files
authored
Update 03-streams.md
1 parent 3b68e0e commit de99f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ hipError_t hipStreamDestroy ( hipStream_t stream )
134134
135135
```cpp
136136
hipStream_t stream[3];
137-
for (int i = 0; i<3; ++i) {
137+
for (int i = 0; i<3; ++i)
138138
hipStreamCreate(&stream[i]);
139139
140140
for (int i = 0; i < 3; ++i) {

0 commit comments

Comments
 (0)