Skip to content

Commit 3bd40d1

Browse files
committed
examples: typos and wording
1 parent 44efe28 commit 3bd40d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/WinFormsAppSample/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The initialization could also be adjusted to disable certain dss_sharp features
269269
}
270270
```
271271

272-
And, without exception, we need to manually check the error number for most of
272+
And, without exceptions, we need to manually check the error number for most of
273273
API calls. For example, our previous `button2_Click` now becomes:
274274

275275
```csharp
@@ -310,9 +310,9 @@ Now, try to run it with our sample app, e.g. type `compile c:\temp\errorsample.d
310310
With the official COM version, with `AllowForms = false` (typical for automation and large scale projects), you not only will get the
311311
output from `show voltages ln`, but will also get no error!
312312

313-
When we set `engine.Error.EarlyAbort = false` on dss_sharp, you will get the same dangerous behavior.
313+
When we set `engine.Error.EarlyAbort = false` on dss_sharp, you will get the same behavior.
314314

315315
On the other hand, the default behavior of dss_sharp and DSS Extensions in general, with `engine.Error.EarlyAbort = true`,
316-
is to stop the execution on the first error found. As such, we avoid the risk of silently ignoring errors in automated/unattended
316+
is to stop the execution on the first error found. As such, we don't inhibit errors in automated/unattended
317317
large scale simulations.
318318

0 commit comments

Comments
 (0)