binwiederhier 7 ay önce
ebeveyn
işleme
d87d8a2db4
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      util/sprig/dict.go

+ 3 - 3
util/sprig/dict.go

@@ -185,9 +185,9 @@ func values(dict map[string]any) []any {
 //
 // Parameters:
 //   - ps: A variadic list where:
-//     - The first N-2 arguments are string keys forming the path
-//     - The second-to-last argument is the default value to return if the path doesn't exist
-//     - The last argument is the map to traverse
+//   - The first N-2 arguments are string keys forming the path
+//   - The second-to-last argument is the default value to return if the path doesn't exist
+//   - The last argument is the map to traverse
 //
 // Returns:
 //   - any: The value found at the specified path, or the default value if not found