Skip to content

Commit 1b96cd1

Browse files
Update lib/optimizely.rb
Co-authored-by: Copilot <[email protected]>
1 parent 4289259 commit 1b96cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizely.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class << self
7070
# Get or create a cached Project instance for static datafile configurations
7171
# This prevents memory leaks when the same datafile is used repeatedly
7272
#
73-
# @param datafile - JSON string representing the project
73+
# @param datafile [String] JSON string representing the project
7474
# @param options - Hash of initialization options (optional)
7575
# @return [Project] Cached or new Project instance
7676
def self.get_or_create_instance(datafile: nil, **options)

0 commit comments

Comments
 (0)