Skip to content

Commit 8e748b7

Browse files
committed
Fix Rendering
1 parent 9766e6e commit 8e748b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ \subsubsection{rxjs-playground}
208208

209209
Building on the basic concept of marble diagrams, \emph{rxjs-playground}\footnote{\url{https://hediet.github.io/rxjs-playground}} is a sophisticated sandbox to simulate and visualize RxJS observables interactively in the browser. Users define editable and computed observables, represented as vertical marble diagrams: Values emitted by an editable observable can be created and modified either by interacting with its marble diagram directly or using a simple JSON syntax. The behavior of a computed observable is controlled by implementing functionality with TypeScript in the provided editor.
210210

211-
rxjs-playground renders all observables\' values and life cycles in real-time allowing quick iteration on a specific piece of code.
211+
rxjs-playground renders the values and life cycle events for all observables in real-time, allowing quick iterations on a specific piece of code.
212212

213213

214214
\section{Interviews and War Stories}

0 commit comments

Comments
 (0)