Skip to content

Commit 5adedbd

Browse files
authored
Update create_ioc.rst
Typo
1 parent 72c796b commit 5adedbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/tutorials/create_ioc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ baked into the container:
170170
# simDetectorConfig(portName, maxSizeX, maxSizeY, dataType, maxBuffers, maxMemory)
171171
simDetectorConfig("{{PORT}}", {{WIDTH}}, {{HEIGHT}}, {{DATATYPE}}, {{BUFFERS}}, {{MEMORY}})
172172
173-
You can see that this lists a a number of arguments that it expects. It then
173+
You can see that this lists a number of arguments that it expects. It then
174174
declares how these will be used to substitute values into the simDetector
175175
database template. Finally it declares some lines to go into the startup script
176176
(before iocInit).

0 commit comments

Comments
 (0)