diff --git a/src/georegions/show.jl b/src/georegions/show.jl index e41b324c..ccaaa280 100644 --- a/src/georegions/show.jl +++ b/src/georegions/show.jl @@ -13,7 +13,7 @@ end function show(io::IO, geo::TiltRegion) print( io, - "The Rectilinear Region $(geo.ID) has the following properties:\n", + "The Tilted Rectilinear Region $(geo.ID) has the following properties:\n", " Region ID (ID) : ", geo.ID, '\n', " Parent ID (pID) : ", geo.pID, '\n', " Name (name) : ", geo.name, '\n',