Skip to content

Commit 7894746

Browse files
Update README.md
1 parent 62c422a commit 7894746

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
@@ -43,7 +43,7 @@ namespace SpiceSharpParserExample
4343
var parseResult = parser.ParseNetlist(netlistText);
4444
var netlist = parseResult.FinalModel;
4545

46-
// Translating model to SpiceSharp
46+
// Translating netlist model to SpiceSharp
4747
var reader = new SpiceSharpReader();
4848
var spiceSharpModel = reader.Read(netlist);
4949

0 commit comments

Comments
 (0)