You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/behaviors.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,8 @@ If we were to represent the behavior of choosing the correct outlet adapter in P
332
332
333
333
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.
334
334
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)`.
336
337
It executes exactly the same logic behind the scenes with the same result.
0 commit comments