diff options
-rw-r--r-- | cpp/041name.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/041name.cc b/cpp/041name.cc index 5f37fb6b..b54a1e78 100644 --- a/cpp/041name.cc +++ b/cpp/041name.cc @@ -1,5 +1,5 @@ //: A big convenience high-level languages provide is the ability to name memory -//: locations. In mu, a transform called 'convert-names' provides this +//: locations. In mu, a transform called 'transform_names' provides this //: convenience. :(scenario convert_names) |