Skip to content

Commit

Permalink
Comment line fixes from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joakim Bygdell <[email protected]>
  • Loading branch information
pontus and jbygdell authored Aug 24, 2023
1 parent 11d1431 commit edf93a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/keycreator/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// package main for keycreator, an example of what a key creator
// can look like
// package main for keycreator, an example of what a key creator can look like
package main

import (
Expand Down
3 changes: 1 addition & 2 deletions examples/reader/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// package main for reader, an example of what a crypt4gh file reader
// can look like
// package main for reader, an example of what a crypt4gh file reader can look like
package main

import (
Expand Down
3 changes: 1 addition & 2 deletions examples/writer/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// package main for writer, an example of what a crypt4gh file writer
// can look like
// package main for writer, an example of what a crypt4gh file writer can look like
package main

import (
Expand Down

0 comments on commit edf93a5

Please sign in to comment.