We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867afc3 commit 3829b0bCopy full SHA for 3829b0b
src/index/indexer/implementation_indexer.rs
@@ -32,7 +32,7 @@ impl<'i> ImplementationIndexer<'i> {
32
implementation.generic,
33
start_location,
34
);
35
- //if we are registing an action, also register a datatype for it
+ //if we are registering an action, also register a datatype for it
36
if pou_type == &PouType::Action {
37
let datatype = typesystem::DataType {
38
name: implementation.name.to_string(),
0 commit comments