Skip to content

Commit

Permalink
Fix xml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Dec 12, 2023
1 parent 7450807 commit a402b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/ElementScreenshotOptions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace PuppeteerSharp
{
/// <summary>
/// Options to be used in <see cref="IElementHandle.ScreenshotAsync(string, ScreenshotOptions)"/>, <see cref="IElementHandle.ScreenshotStreamAsync(ScreenshotOptions)"/> and <see cref="IElementHandle.ScreenshotDataAsync(ScreenshotOptions)"/>.
/// Options to be used in <see cref="IElementHandle.ScreenshotAsync(string, ElementScreenshotOptions)"/>, <see cref="IElementHandle.ScreenshotStreamAsync(ElementScreenshotOptions)"/> and <see cref="IElementHandle.ScreenshotDataAsync(ElementScreenshotOptions)"/>.
/// </summary>
public class ElementScreenshotOptions : ScreenshotOptions
{
Expand Down

0 comments on commit a402b5a

Please sign in to comment.