File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
csharp/Glacier2/Session/Server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ namespace Server;
55/// <summary>Represents a Pokémon storage system.</summary> 
66internal  interface  IPokeStore 
77{ 
8-     /// <summary>Saves the Pokémon collection of  a specific user.</summary> 
8+     /// <summary>Saves the Pokémon collection for  a specific user.</summary> 
99    /// <param name="userId">The user's ID.</param> 
1010    /// <param name="pokemon">The Pokémon collection to save.</param> 
1111    void  SaveCollection ( string  userId ,  IReadOnlyCollection < string >  pokemon ) ; 
1212
13-     /// <summary>Retrieves the Pokémon collection of  a specific user.</summary> 
13+     /// <summary>Retrieves the Pokémon collection for  a specific user.</summary> 
1414    /// <param name="userId">The user's ID.</param> 
1515    /// <returns>The saved Pokémon collection, or null if no collection was saved for <paramref name="userId"/>. 
1616    /// </returns> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments