Skip to content

Commit 9b58361

Browse files
Merge pull request #206 from ISISComputingGroup/rerpha-patch-1
typo
2 parents d7a7a84 + dcdd723 commit 9b58361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/architectural_decisions/006-where-to-put-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Examples of devices and where we would put them under this model:
2525

2626
### `ibex_bluesky_core` devices
2727
- `BlockRw` and `SimpleDae`: `ibex_bluesky_core` as it's completely general / useful to all beamlines
28-
- `ReflParameter`: in `ibex_bluesky_core.devices.reflectrometry` because it's useful across all reflectometers
28+
- `ReflParameter`: in `ibex_bluesky_core.devices.reflectometry` because it's useful across all reflectometers
2929
- `Danfysik`: Try to push down "special" logic (i.e. polarity switching) into the IOC so that a standard `block_rw` works. Otherwise put in `ibex_bluesky_core.devices`
3030

3131
### `inst` scripts area devices

0 commit comments

Comments
 (0)