Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ulitol97 committed Apr 10, 2022
1 parent aa8f4a7 commit b06ddf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/scala/trigger/TriggerShapeMap.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sealed case class TriggerShapeMap(shapeMapText: String,
* Attempt to create the real ShaclEx ShapeMap model or return a list with
* the errors occurred
*
* @note We reuse the shapes prefix map as the nodes prefix map, this is
* @note We reuse the shapes prefix map as the nodes prefix map
*/
private lazy val shapeMap: Either[List[String], ShapeMap] =
ShapeMap.fromString(
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/utils/FileUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object FileUtils {
* @param contents List of contents (strings) to be written into files
* @param charset Charset used in the data written
* @return A cats Resource for using the created files as needed and making
* sure that all created files are closed after usage
* sure that all created files are removed after usage
*
* @note Publicly exposed, to make sure people using the API manage their
* files as resources
Expand Down

0 comments on commit b06ddf4

Please sign in to comment.