Skip to content

Commit

Permalink
fix #935 and #934
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Feb 14, 2024
1 parent 8a297ad commit 2376fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotjuggler_app/transforms/scale_transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ScaleTransform : public TransformFunction_SISO

static const char* transformName()
{
return "Scale / Offset";
return "Scale/Offset";
}

const char* name() const override
Expand Down

0 comments on commit 2376fdf

Please sign in to comment.