Change "eg." to "e.g."

This commit is contained in:
Ryan Schmidt
2018-08-25 20:44:44 -05:00
parent 6acefc08a8
commit 4a27274c0f
4 changed files with 4 additions and 4 deletions

View File

@@ -288,7 +288,7 @@ class RtAudio
bool isDefaultOutput; /*!< true if this is the default output device. */
bool isDefaultInput; /*!< true if this is the default input device. */
std::vector<unsigned int> sampleRates; /*!< Supported sample rates (queried from list of standard rates). */
unsigned int preferredSampleRate; /*!< Preferred sample rate, eg. for WASAPI the system sample rate. */
unsigned int preferredSampleRate; /*!< Preferred sample rate, e.g. for WASAPI the system sample rate. */
RtAudioFormat nativeFormats; /*!< Bit mask of supported data formats. */
// Default constructor.