Skip to content

Commit

Permalink
Merge pull request #198 from atifaziz/ExampleDirectIntegration-dispos…
Browse files Browse the repository at this point in the history
…able

Have direct integration example implement `IDisposable`
  • Loading branch information
tonybaloney authored Sep 16, 2024
2 parents b30d500 + 3aeecf8 commit 834002b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ using Microsoft.Extensions.Logging;

namespace CSnakes.Runtime;

public class ExampleDirectIntegration
public sealed class ExampleDirectIntegration : IDisposable
{
private readonly PyObject module;

Expand Down

0 comments on commit 834002b

Please sign in to comment.