Skip to content

Commit

Permalink
Update facility.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexravitz committed Jan 19, 2016
1 parent deacc52 commit f0a2cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/user/input_specs/facility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ section are defined by the author of the `RecipeReactor` archetype.
"facility": {
"name": "LongTermStorage",
"config": {
"sink": "... archetype-specific input for a `Sink` archetype", }
"sink": "... archetype-specific input for a `Sink` archetype" }
}
}
{
"facility": {
"name": "PBMR",
"lifetime": "720",
"lifetime": 720,
"config": {
"RecipeReactor": "... archetype-specific input for a `RecipeReactor` archetype", }
"RecipeReactor": "... archetype-specific input for a `RecipeReactor` archetype" }
}
}
Expand Down

0 comments on commit f0a2cda

Please sign in to comment.