Fix formatting of doc comment
This commit is contained in:
@@ -156,8 +156,8 @@ export class ObservableScope {
|
|||||||
* Splits a Behavior of objects with static properties into an object with
|
* Splits a Behavior of objects with static properties into an object with
|
||||||
* Behavior properties.
|
* Behavior properties.
|
||||||
*
|
*
|
||||||
* For example, splitting a Behavior<{ name: string, age: number }> results in
|
* For example, splitting a `Behavior<{ name: string; age: number }>` results
|
||||||
* an object of type { name$: Behavior<string> age$: Behavior<number> }.
|
* in an object of type `{ name$: Behavior<string>; age$: Behavior<number> }`.
|
||||||
*/
|
*/
|
||||||
public splitBehavior<T extends object>(
|
public splitBehavior<T extends object>(
|
||||||
input$: Behavior<T>,
|
input$: Behavior<T>,
|
||||||
|
|||||||
Reference in New Issue
Block a user