Skip to content

Commit

Permalink
minor comment edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramy-Badr-Ahmed committed Oct 9, 2024
1 parent 3ee89ba commit 0bcd2a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/sorts/tests_bubble_sort.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!> Test program for the Bubble Sort algorithm
!!
!! Created by: Ramy-Badr-Ahmed (https://github.com/Ramy-Badr-Ahmed)
!! in Pull Request: #27
!! https://github.com/TheAlgorithms/Fortran/pull/27
!! in Pull Request: #29
!! https://github.com/TheAlgorithms/Fortran/pull/29
!!
!! Please mention me (@Ramy-Badr-Ahmed) in any issue or pull request
!! addressing bugs/corrections to this file. Thank you!
Expand Down
4 changes: 2 additions & 2 deletions tests/sorts/tests_recursive_bubbe_sort.f90
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!> Test program for the Bubble Sort algorithm
!!
!! Created by: Ramy-Badr-Ahmed (https://github.com/Ramy-Badr-Ahmed)
!! in Pull Request: #27
!! https://github.com/TheAlgorithms/Fortran/pull/27
!! in Pull Request: #29
!! https://github.com/TheAlgorithms/Fortran/pull/29
!!
!! Please mention me (@Ramy-Badr-Ahmed) in any issue or pull request
!! addressing bugs/corrections to this file. Thank you!
Expand Down

0 comments on commit 0bcd2a4

Please sign in to comment.