Fixed a doc typo

This commit is contained in:
Matthias Koefferlein 2022-07-04 13:41:30 +02:00
parent 75d686a63f
commit 26901454c4
1 changed files with 1 additions and 1 deletions

View File

@ -2832,7 +2832,7 @@ Class<db::NetlistSpiceReader> db_NetlistSpiceReader (db_NetlistReader, "db", "Ne
"Use the SPICE reader like this:\n"
"\n"
"@code\n"
"writer = RBA::NetlistSpiceReader::new\n"
"reader = RBA::NetlistSpiceReader::new\n"
"netlist = RBA::Netlist::new\n"
"netlist.read(path, reader)\n"
"@/code\n"