Skip to content

Commit f79c1f3

Browse files
committed
chore: update shelf migration doc
1 parent 0b80b22 commit f79c1f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/site/docs/01-getting-started/03-shelf-migration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ Relic uses a state machine where handlers must return a handled context:
302302

303303
```dart
304304
ResponseContext handler(NewContext ctx) {
305-
// Must return ResponseContext, HijackContext, or ConnectContext
306305
return ctx.respond(Response.ok());
307306
}
308307
```

0 commit comments

Comments
 (0)