Skip to content

Commit 265d834

Browse files
Update README.md
1 parent 7894746 commit 265d834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace SpiceSharpParserExample
4747
var reader = new SpiceSharpReader();
4848
var spiceSharpModel = reader.Read(netlist);
4949

50-
// Simulation part using SpiceSharp
50+
// Simulation using SpiceSharp
5151
var simulation = spiceSharpModel.Simulations.Single();
5252
var export = spiceSharpModel.Exports.Find(e => e.Name == "i(V1)");
5353
simulation.ExportSimulationData += (sender, args) => Console.WriteLine(export.Extract());

0 commit comments

Comments
 (0)