Skip to content

Commit 8765cbf

Browse files
LingManiText-CI
authored andcommitted
Minor fixes in itextcore's documentation.
Fix a typo. Make the documentation match its method. Closes 26. Autoported commit. Original commit hash: [4e584b3db]
1 parent 5bd5d3a commit 8765cbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

itext/itext.kernel/itext/kernel/pdf/PdfArray.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public PdfArray(iText.Kernel.Pdf.PdfArray arr)
8585
/// <summary>Create a new PdfArray.</summary>
8686
/// <remarks>
8787
/// Create a new PdfArray. The array is filled with the four values of the Rectangle in the
88-
/// follozing order: left, bottom, right, top.
88+
/// following order: left, bottom, right, top.
8989
/// </remarks>
9090
/// <param name="rectangle">Rectangle whose 4 values will be added to the PdfArray</param>
9191
public PdfArray(Rectangle rectangle) {
@@ -289,7 +289,7 @@ public virtual void Remove(int index) {
289289
list.JRemoveAt(index);
290290
}
291291

292-
/// <summary>Removes the PdfObject at the specified index.</summary>
292+
/// <summary>Removes the first occurrence of the specified PdfObject, if it is present.</summary>
293293
/// <param name="o">a PdfObject to be removed</param>
294294
/// <seealso cref="System.Collections.IList{E}.Remove(System.Object)"/>
295295
public virtual void Remove(PdfObject o) {

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bfdf6219ee9db1c91285efe81173a2196ffa9470
1+
4e584b3db553b0c95f2302373db4d0a899ad71fc

0 commit comments

Comments
 (0)