Skip to content

Commit

Permalink
Fixed one-letter typo
Browse files Browse the repository at this point in the history
  • Loading branch information
viega committed Oct 9, 2023
1 parent dc55752 commit 4ecfc49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions files/con4m/components.nim
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ proc setVariableParamValue*(s: ConfigState,
let component = s.getComponentReference(urlKey)
s.setParamValue(component, paramName, value, valueType, varParams)

proc setAttribueParamValue*(s: ConfigState,
urlKey: string,
paramName: string,
value: Box,
valueType: Con4mType) =
proc setAttributeParamValue*(s: ConfigState,
urlKey: string,
paramName: string,
value: Box,
valueType: Con4mType) =
let component = s.getComponentReference(urlKey)
s.setParamValue(component, paramName, value, valueType, attrParams)

Expand Down

0 comments on commit 4ecfc49

Please sign in to comment.