Skip to content

Commit e76402a

Browse files
ferdymercurylinev
authored andcommitted
Apply suggestion from @ferdymercury
1 parent 055b4f1 commit e76402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graf2d/gpad/src/TPad.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ Int_t TPad::DistancetoPrimitive(Int_t px, Int_t py)
12511251
/// points to the current pad. One can use gPad to set attributes
12521252
/// of the current pad.
12531253
///
1254-
/// __Note3:__ in case xmargin < 0 and ymargin < 0, there is no space
1254+
/// __Note3:__ in case xmargin < 0 or ymargin < 0, there is no space
12551255
/// between pads. The current pad margins are recomputed to
12561256
/// optimize the layout.
12571257

0 commit comments

Comments
 (0)