Skip to content

Commit d2df24c

Browse files
committed
Add comment
1 parent f7bb41b commit d2df24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class BasicApplication extends Application {
5959

6060
// send a template with name "hello" as response
6161
GET("/template", routeContext -> {
62-
routeContext.setLocal("greeting", "Hello");
62+
routeContext.setLocal("greeting", "Hello"); // template's model/context
6363
routeContext.render("hello");
6464
});
6565
}

0 commit comments

Comments
 (0)