ni / semi-test-library-dotnet

Semiconductor Test Library
https://ni.github.io/semi-test-library-dotnet/
MIT License
3 stars 2 forks source link

Fix Summary Documentation for DAQmx TaskControl.Stop #164

Closed Mattjet27 closed 1 week ago

Mattjet27 commented 1 week ago

What does this Pull Request accomplish?

Changes the summary documentation in the DAQmx TaskControl.Stop extension method to read: "Stops the task.", instead of "Starts the task."

Why should this Pull Request be merged?

The current summary documentation of "Starts the task" is clearly incorrect, since this is the Stop method. It should be updated "Stops the task".

What testing has been done?

Only touches documentation, no testing done.