Skip to content

Commit 12d78f8

Browse files
committed
Fix small typos in pycalc docs
1 parent a3488dd commit 12d78f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pycalcRecord.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pycalcRecord.dbd in the IOC as
8686
### Simple expression
8787

8888
```
89-
record(py, "PyCalcTest:MathExpr") {
89+
record(pycalc, "PyCalcTest:MathExpr") {
9090
field(INPA, "17")
9191
field(INPB, "3")
9292
field(CALC, "A*B")
@@ -103,7 +103,7 @@ value for FTVL.
103103
### Adaptive parameter and return value types
104104

105105
```
106-
record(py, "PyCalcTest:AdaptiveTypes") {
106+
record(pycalc, "PyCalcTest:AdaptiveTypes") {
107107
field(INPA, "PyCalcTest:Input1 CP")
108108
field(INPB, "PyCalcTest:Input2 CP")
109109
field(FTA, "LONG")
@@ -122,7 +122,7 @@ is a double value, but we're only intersted in integer precision.
122122
### Trigger record alarm
123123

124124
```
125-
record(py, "PyCalcTest:InvalidAlarm") {
125+
record(pycalc, "PyCalcTest:InvalidAlarm") {
126126
field(CALC, "unknown_function()")
127127
}
128128
```

0 commit comments

Comments
 (0)