Skip to content

Commit

Permalink
Update basic-reactivity.Rmd (hadley#470)
Browse files Browse the repository at this point in the history
Simplify sentence structure.
  • Loading branch information
xiaosongz authored May 10, 2021
1 parent f3bd43e commit 98f1fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic-reactivity.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Hopefully, the shapes will help you remember how the components fit together.

### Execution order

It's important to understand that the order in which your code is run is determined solely by the reactive graph.
It's important to understand that the order your code run is solely determined by the reactive graph.
This is different from most R code where the execution order is determined by the order of lines.
For example, we could flip the order of the two lines in our simple server function:

Expand Down

0 comments on commit 98f1fd1

Please sign in to comment.