Skip to content

Commit

Permalink
Updated Strongly Typed base talk Elm verbiage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Jul 8, 2023
1 parent d7740fb commit 881c1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/strongly-typed.html
Original file line number Diff line number Diff line change
Expand Up @@ -38290,7 +38290,7 @@
{ctor: '[]'},
{
ctor: '::',
_0: _rtfeldman$elm_css$Html_Styled$text('Function parameters and return values have known types, and must be called using inputs of the correct types:'),
_0: _rtfeldman$elm_css$Html_Styled$text('Function parameters and return values have known types at compile-time, and must be called using inputs of the correct types:'),
_1: {ctor: '[]'}
}),
_1: {
Expand Down
2 changes: 1 addition & 1 deletion strongly-typed/src/Deck/Slide/32TypeSafety.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ product = multiply 42 2.718
standardSlideView page heading subheadingElm
( div []
[ p []
[ text "Function parameters and return values have known types, and must be called using inputs of the correct types:" ]
[ text "Function parameters and return values have known types at compile-time, and must be called using inputs of the correct types:" ]
, div [] [ codeBlock ]
]
)
Expand Down

0 comments on commit 881c1ab

Please sign in to comment.