Skip to content

Commit

Permalink
fixed docs panning effect classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ozguronsoy committed Oct 31, 2024
1 parent 1ca5f66 commit 13d7fd8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Android
name: Android

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Linux
name: Linux

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Windows
name: Windows

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion HephAudio/HeaderFiles/AudioEffects/LinearPanningEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace HephAudio
class LinearPanningEffect final : public PanningEffect
{
public:
/** @copydoc default_constuctor */
/** @copydoc default_constructor */
LinearPanningEffect();

/**
Expand Down
2 changes: 1 addition & 1 deletion HephAudio/HeaderFiles/AudioEffects/SineLawPanningEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace HephAudio
class SineLawPanningEffect : public PanningEffect
{
public:
/** @copydoc default_constuctor */
/** @copydoc default_constructor */
SineLawPanningEffect();

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace HephAudio
class SquareLawPanningEffect final : public PanningEffect
{
public:
/** @copydoc default_constuctor */
/** @copydoc default_constructor */
SquareLawPanningEffect();

/**
Expand Down

0 comments on commit 13d7fd8

Please sign in to comment.