Skip to content

Commit 3829b0b

Browse files
authored
Update src/index/indexer/implementation_indexer.rs
1 parent 867afc3 commit 3829b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index/indexer/implementation_indexer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl<'i> ImplementationIndexer<'i> {
3232
implementation.generic,
3333
start_location,
3434
);
35-
//if we are registing an action, also register a datatype for it
35+
//if we are registering an action, also register a datatype for it
3636
if pou_type == &PouType::Action {
3737
let datatype = typesystem::DataType {
3838
name: implementation.name.to_string(),

0 commit comments

Comments
 (0)