Modify rule S4487: Fix error in code example (#4644)
This commit is contained in:
parent
7e54acfafa
commit
1e63f6a274
@ -19,7 +19,7 @@ public class Rectangle
|
||||
{
|
||||
get
|
||||
{
|
||||
return length * width;
|
||||
return length * length;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user