Commit 8b6f7a00 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

typo

parent 1b30d0c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1425,7 +1425,7 @@ Blockly.Blocks['example_variable_typed'] = {
      this.setInputsInline( true );   
      this.setOutput(true, 'String');
      this.setColour(colourtexts);
      this.setTooltip("Set values to characteristics of a refernced service.");
      this.setTooltip("Set values to characteristics of a referenced service.");
      this.setHelpUrl("");

    },