Skip to content

Commit

Permalink
minor typo correction ex> to e.g.
Browse files Browse the repository at this point in the history
  • Loading branch information
fetiu committed Oct 6, 2024
1 parent f74e293 commit fe2ddb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AppPreferencesSerializer @Inject constructor(): Serializer<AppPreferences>
// Add proto datastore default value here.
// You need to check default value of each types from link below
// https://protobuf.dev/programming-guides/proto3/
// ex> isDebugMode = true
// e.g. isDebugMode = true
externalCameraIp = AppPolicy.DEFAULT_EXTERNAL_CAMERA_IP
build()
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.foke.together.presenter.theme

// Defines commonly used or recycled values
// ex> https://github.com/android/compose-samples/blob/main/JetNews/app/src/main/java/com/example/jetnews/ui/theme/Shape.kt
// e.g. https://github.com/android/compose-samples/blob/main/JetNews/app/src/main/java/com/example/jetnews/ui/theme/Shape.kt

0 comments on commit fe2ddb2

Please sign in to comment.