diff --git a/src/state/ObservableScope.ts b/src/state/ObservableScope.ts index ae46a242..27f501c7 100644 --- a/src/state/ObservableScope.ts +++ b/src/state/ObservableScope.ts @@ -156,8 +156,8 @@ export class ObservableScope { * Splits a Behavior of objects with static properties into an object with * Behavior properties. * - * For example, splitting a Behavior<{ name: string, age: number }> results in - * an object of type { name$: Behavior age$: Behavior }. + * For example, splitting a `Behavior<{ name: string; age: number }>` results + * in an object of type `{ name$: Behavior; age$: Behavior }`. */ public splitBehavior( input$: Behavior,