Skip to content

Commit d2ad668

Browse files
authored
Merge branch '6-dev' into search_feature
2 parents e29c610 + c34608f commit d2ad668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/backend/behaviors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ If we were to represent the behavior of choosing the correct outlet adapter in P
332332

333333
This process of choosing the right adapter based on the information of the context and the requested interface implements the design pattern of an abstract factory.
334334

335-
```{hint} The notation `ISchuko(context)` is a shortcut for `getAdapter(context, ISchuko)`.
335+
```{hint}
336+
The notation `ISchuko(context)` is a shortcut for `getAdapter(context, ISchuko)`.
336337
It executes exactly the same logic behind the scenes with the same result.
337338
```
338339

0 commit comments

Comments
 (0)