Skip to content

Commit 232c467

Browse files
committed
improve sentence to make it clearer
1 parent 6e44d18 commit 232c467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working-with-controllers/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ implementation
9090
end.
9191
```
9292
### TController
93-
`TController` is concrete class. It extends `TAbstractController` capability by adding view and view parameters to allow, for example, to use template. [View TController source code](https://github.com/fanoframework/fano/blob/master/src/Mvc/Controllers/ControllerImpl.pas)
93+
`TController` is concrete class. It extends `TAbstractController` capability by adding view and view parameters to allow, for example, to use template. [View TController source code](https://github.com/fanoframework/fano/blob/master/src/Mvc/Controllers/ControllerImpl.pas).
9494

9595
### TMethodRequestHandler
9696

0 commit comments

Comments
 (0)