Skip to content

Commit f646779

Browse files
authored
Update allinone.cpp
1 parent 9a7cc61 commit f646779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allinone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ int main()
140140
}
141141
else if(option == 5)
142142
{
143-
std::cout << "Enter traslation factors(shx, shy): ";
143+
std::cout << "Enter shear factors(shx, shy): ";
144144
std::cin >> shx >> shy;
145145
shear(x1, y1, x2, y2, x3, y3, shx, shy);
146146
}

0 commit comments

Comments
 (0)