File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ if Code.ensure_loaded?(Tds) do
228228    An Tds adapter Ecto Type that wraps erlang string into tuple so TDS driver 
229229    can understand if erlang string should be encoded as NVarChar or Varchar. 
230230
231-     Due some limitations in Ecto and Tds driver, it is not possible to 
232-     support collations other than the one that is  set on connection during login. 
231+     Due to  some limitations in Ecto and Tds driver, it is not possible to 
232+     support collations other than the one set on connection during login. 
233233    Please be aware of this limitation if you plan to store varchar values in 
234234    your database using Ecto since you will probably lose some codepoints in 
235235    the value during encoding. Instead use `tds_encoding` library and first 
@@ -240,7 +240,7 @@ if Code.ensure_loaded?(Tds) do
240240    use  Ecto.Type 
241241
242242    @ typedoc  """ 
243-     A  erlang string 
243+     An  erlang string 
244244    """ 
245245    @ type  t  ::  String . t 
246246
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments